chore: Markdown list item adjustments
Adjusted whitespace to ensure step details are included in resulting HTML lists items.
This commit is contained in:
parent
6f55b57e5a
commit
de28670067
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue