Skip to content

Commit

Permalink
docs: use proper option name for --workers (#6942)
Browse files Browse the repository at this point in the history
  • Loading branch information
yury-s committed Jun 7, 2021
1 parent 99ec32a commit 52878bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/test-parallel.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 52878bb

Please sign in to comment.