docs: use proper option name for --workers (#6942)

This commit is contained in:
Yury Semikhatsky 2021-06-07 12:24:00 -07:00 committed by GitHub
parent 99ec32ae61
commit 52878bb19d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,12 +22,12 @@ You can control the maximum number of parallel worker processes via [command lin
- Disable parallelization - Disable parallelization
```bash ```bash
npx playwright test --worker 1 npx playwright test --workers 1
``` ```
- Control the number of workers - Control the number of workers
```bash ```bash
npx playwright test --worker 4 npx playwright test --workers 4
``` ```
- In the configuration file - In the configuration file