diff --git a/docs/src/test-parallel.md b/docs/src/test-parallel.md index 4ebebfe742e46..2c474c8222777 100644 --- a/docs/src/test-parallel.md +++ b/docs/src/test-parallel.md @@ -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