Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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