Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ellenn-A committed Nov 19, 2024
1 parent 99f7e39 commit c861ea2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ npm run test:unit

Integration tests are placed at the root level of a repository and can be found at the root level `test/` folder along with mock services and helpers and a test environment variables that will be in `test/test.env`.

Integration tests can be run locally by executing the below command
Integration tests can be run locally by executing the below command (it is recommended to add debugging so you can follow the logs in the console, refer to [testcontainers section](#testcontainers))

```sh
npm run test:integration
Expand Down Expand Up @@ -196,6 +196,7 @@ Then run:
npm run test:e2e
```

(it is recommended to add debugging so you can follow the logs in the console, refer to [testcontainers section](#testcontainers))
A browser window will pop up where you can run tests and follow their progress. Alternatively you can run:

```sh
Expand Down

0 comments on commit c861ea2

Please sign in to comment.