Change title of command to run tests in a project (#16818)
This commit is contained in:
parent
8d4a94bfd3
commit
10024d16e8
|
|
@ -53,7 +53,7 @@ For a better debugging experience check out the [VS Code Extension](./getting-st
|
||||||
npx playwright test landing-page.spec.ts --headed
|
npx playwright test landing-page.spec.ts --headed
|
||||||
```
|
```
|
||||||
|
|
||||||
- Running Tests on specific browsers
|
- Running tests on a specific project
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npx playwright test landing-page.ts --project=chromium
|
npx playwright test landing-page.ts --project=chromium
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue