Closed
Description
Version
1.42.1
Steps to reproduce
- Clone my repo at https://github.com/pbrzosko/playwright-lock-issue
- Run npm install
- Run npm run pw on a Windows machine
- Execute tests in the UI
Expected behavior
All tests should run similar amount of time and not time out. Here is a screenshot of them running on OSX:
Actual behavior
On Windows, it seems like tests are locking each other on some resource. Thus they start to time out and run very slowly:
Additional context
When run with one worker, it seems to work fine:
Environment
System:
OS: Windows 10 10.0.19045
CPU: (24) x64 12th Gen Intel(R) Core(TM) i7-12850HX
Memory: 6.77 GB / 31.69 GB
Binaries:
Node: 18.12.0 - C:\Program Files\nodejs\node.EXE
npm: 8.19.2 - C:\Program Files\nodejs\npm.CMD
IDEs:
VSCode: 1.87.2 - C:\Users\rgzc\AppData\Local\Programs\Microsoft VS Code\bin\code.CMD
Languages:
Bash: 5.0.17 - C:\Windows\System32\bash.EXE
npmPackages:
@playwright/experimental-ct-vue: ^1.42.1 => 1.42.1
Metadata
Metadata
Assignees
Labels
No labels