chore(contributing.md): markdown list item adjustments (#32859)

This commit is contained in:
Adam Patridge 2024-09-30 01:48:01 -06:00 committed by GitHub
parent 11014145ce
commit 2f7b06736f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -164,14 +164,16 @@ 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 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 tests in WebKit / Firefox, use `wtest` or `ftest`.
- To run tests in WebKit / Firefox, use `wtest` or `ftest`.
- To run the Playwright test runner tests
```bash
npm run ttest
npm run ttest -- --grep "specific test"