Skip to content

Commit 52878bb

Browse files
authored
docs: use proper option name for --workers (#6942)
1 parent 99ec32a commit 52878bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/test-parallel.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ You can control the maximum number of parallel worker processes via [command lin
2222

2323
- Disable parallelization
2424
```bash
25-
npx playwright test --worker 1
25+
npx playwright test --workers 1
2626
```
2727

2828
- Control the number of workers
2929
```bash
30-
npx playwright test --worker 4
30+
npx playwright test --workers 4
3131
```
3232

3333
- In the configuration file

0 commit comments

Comments
 (0)