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
```bash
npx playwright test --worker 1
npx playwright test --workers 1
```
- Control the number of workers
```bash
npx playwright test --worker 4
npx playwright test --workers 4
```
- In the configuration file