You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
npx playwright test --project=firefox shows two browsers which is correct and message Running 2 tests using 2 workers which is correct ✅
npx playwright test --project=chromium shows one browser which is correct but message Running 2 tests using 2 workers ❌ should be Running 2 tests using 1 worker
Expected behavior
I expect to see Running x tests using y worker(s) where y is the project worker limit, not the overall limit
Actual behavior
Running 2 tests using 2 workers when only 1 is used
Version
1.52.0
Steps to reproduce
Steps
npm i
npx playwright test --project=firefox
shows two browsers which is correct and messageRunning 2 tests using 2 workers
which is correct ✅npx playwright test --project=chromium
shows one browser which is correct but messageRunning 2 tests using 2 workers
❌ should beRunning 2 tests using 1 worker
Expected behavior
I expect to see
Running x tests using y worker(s)
where y is the project worker limit, not the overall limitActual behavior
Running 2 tests using 2 workers
when only 1 is usedAdditional context
No response
Environment
System: OS: macOS 15.3.1 CPU: (8) arm64 Apple M1 Memory: 165.31 MB / 16.00 GB Binaries: Node: 19.0.0 - /usr/local/bin/node npm: 8.19.2 - /usr/local/bin/npm IDEs: VSCode: 1.97.2 - /usr/local/bin/code Languages: Bash: 3.2.57 - /bin/bash npmPackages: @playwright/test: ^1.52.0 => 1.52.0
The text was updated successfully, but these errors were encountered: