-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Closed
Labels
Description
Version
1.52.0
Steps to reproduce
Steps
- Clone https://github.com/alisterscott/pw-workers-bug
npm inpx playwright test --project=firefoxshows two browsers which is correct and messageRunning 2 tests using 2 workerswhich is correct ✅npx playwright test --project=chromiumshows 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 limit
Actual behavior
Running 2 tests using 2 workers when only 1 is used
Additional 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