Change title of command to run tests in a project (#16818)

This commit is contained in:
Kelvin Oghenerhoro Omereshone 2022-08-25 16:41:29 +01:00 committed by GitHub
parent 8d4a94bfd3
commit 10024d16e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
```
- Running Tests on specific browsers
- Running tests on a specific project
```bash
npx playwright test landing-page.ts --project=chromium