From f0891cc9006aee1bbe40fc07258f7b94fa9f511d Mon Sep 17 00:00:00 2001 From: Basilio Bogado <541149+basiliskus@users.noreply.github.com> Date: Wed, 2 Oct 2024 13:54:02 -0700 Subject: [PATCH] Added integration test section in the main readme Co-authored-by: Sylvie --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index be580b6f7..1eb1452ca 100644 --- a/README.md +++ b/README.md @@ -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).