docs(contributing.md): mention -- page-fill:23 syntax

This commit is contained in:
Simon Knott 2024-07-15 15:46:42 +02:00
parent fefe7b807e
commit 423ac73541
No known key found for this signature in database
GPG key ID: 8CEDC00028084AEC

View file

@ -160,9 +160,10 @@ npm run test
Be sure to run `npm run build` or let `npm run watch` run before you re-run the
tests after making your changes to check them.
- To run all tests in Chromium
- To run tests in Chromium
```bash
npm run ctest # also `ftest` for firefox and `wtest` for WebKit
npm run ctest -- page-fill:23 # runs line 23 of page-fill.spec.ts
```
- To run the Playwright test runner tests