From 52878bb19dc137d33f92616795363adc808bde78 Mon Sep 17 00:00:00 2001 From: Yury Semikhatsky Date: Mon, 7 Jun 2021 12:24:00 -0700 Subject: [PATCH] docs: use proper option name for --workers (#6942) --- docs/src/test-parallel.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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