Skip to content

Commit

Permalink
Added integration test section in the main readme
Browse files Browse the repository at this point in the history
Co-authored-by: Sylvie <[email protected]>
  • Loading branch information
basiliskus and somesylvie committed Oct 2, 2024
1 parent 649eb58 commit f0891cc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,11 @@ This will start the API, wait for it to respond, run the end-to-end tests agains
These tests are located under the `e2e` Gradle sub-project directory. Like any Gradle project, there are the `main` and `test` directories.
The `test` directory contains the tests. The `main` directory contains our custom framework that helps us interact with the API.

#### Automated ReportStream Integration/End-to-End Test

These tests cover the integration between ReportStream and TI. They run automatically every
weekday via Github actions. See [the rs-e2e readme](rs-e2e/readme.md) for more details.

#### Load Testing

Load tests are completed with [Locust.io](https://docs.locust.io/en/stable/installation.html).
Expand Down

0 comments on commit f0891cc

Please sign in to comment.