Skip to content

Commit

Permalink
docs(tests): basic test run command
Browse files Browse the repository at this point in the history
  • Loading branch information
thekaveman committed Sep 30, 2021
1 parent 3e86d3d commit 49066dc
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/getting-started/testing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Automated tests

## Integration

End-to-end integration tests are implemented with [`cypress`](https://www.cypress.io/) and can be found in the
[`tests/e2e`](https://github.com/cal-itp/benefits/tree/dev/tests/e2e) directory in the repository.

Run the tests with Docker Compose, from inside the `localhost` directory:

```bash
docker compose run tests-e2e
```

0 comments on commit 49066dc

Please sign in to comment.