Skip to content

Commit

Permalink
test actions
Browse files Browse the repository at this point in the history
  • Loading branch information
EMEA-MEDIA\scabra02 committed Aug 22, 2024
1 parent 777c6a9 commit bb7a493
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ To start localstack just run inside localstack folder:
docker-compose up -d
```
Then you can use inside robot, the endpoint http://localhost:4566
see some examples in /tests/robot folder

I only tested this docker on Ubuntu, if you use other system and got some error, fell free to fix and send some pull request.

### Robot Framework

Expand Down Expand Up @@ -76,9 +79,12 @@ robot -d log -L TRACE tests/robot/s3.robot
robot -d log -L TRACE -i s3 tests/robot
```

### GitHub Actions

If you don´t have the environment to test the Library, you can fork the project and create the branch inside the folder
test. Like "test/my-branch" then after do a push the GitHub actions will start the tests.

### TO-DO

- [x] Create CloudWatch and DynamoDB in localstack and create robot tests
- [x] Create GitHub actions to run the tests in push and merges.
- [ ] Add more services in library and in localstack
- [ ] Add robot tests for this new services

0 comments on commit bb7a493

Please sign in to comment.