chore(contributing.md): markdown list item adjustments (#32859)
This commit is contained in:
parent
11014145ce
commit
2f7b06736f
|
|
@ -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.
|
tests after making your changes to check them.
|
||||||
|
|
||||||
- To run tests in Chromium
|
- To run tests in Chromium
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npm run ctest # also `ftest` for firefox and `wtest` for WebKit
|
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
|
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
|
- To run the Playwright test runner tests
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npm run ttest
|
npm run ttest
|
||||||
npm run ttest -- --grep "specific test"
|
npm run ttest -- --grep "specific test"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue