Skip to content

Commit

Permalink
docs: start section for Playwright under automated testing docs
Browse files Browse the repository at this point in the history
  • Loading branch information
angela-tran committed Feb 5, 2025
1 parent 9dcec35 commit aedee0d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/tests/automated-tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,13 @@ The report files include a local `.gitignore` file, so the entire directory is h
### Latest coverage report

We also make the latest (from `main`) coverage report available online here: [Coverage report](../coverage)

## Playwright

For testing the app flows from beginning to end, we use Playwright.

To run all Playwright tests locally, open a terminal outside the devcontainer and run:

```bash
docker compose run --rm playwright
```

0 comments on commit aedee0d

Please sign in to comment.