Skip to content

Commit

Permalink
document --fail-only argument for CI job in TESTING.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
botandrose-machine committed Dec 18, 2024
1 parent 32528b3 commit 2a2cd66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TESTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ To run all tests against all browsers in headless mode, execute:
```bash
npm run ci
```
This will run the tests using Playwright’s headless browser setup across Chrome, Firefox, and WebKit (Safari-adjacent). This is ultimately what gets run in Github Actions to verify PRs.
This will run the tests using Playwright’s headless browser setup across Chrome, Firefox, and WebKit (Safari-adjacent). This is ultimately what gets run in Github Actions to verify PRs. This build will fail if there is an `it.only` left in the codebase, thanks to a custom `--fail-only` command line argument.

To run all tests against Chrome with experimental `moveBefore` support added, execute:
```bash
Expand Down

0 comments on commit 2a2cd66

Please sign in to comment.