← Back to microsoft/playwright
microsoft / playwright · Issue No. 42142
1.61.1
1.62.0
git clone https://github.com/YuriiMotov/playwright-1.62-new-tab-mre.gitcd playwright-1.62-new-tab-mrenpm installnpx playwright --version - expected Version 1.62.1npx playwright test --repeat-each=25 --workers=16 - see several tests fail with Test timeout of 30000ms exceedednpm pkg set devDependencies.@playwright/test=1.61.1 && npm installnpx playwright --version - expected Version 1.61.1npx playwright test --repeat-each=25 --workers=16 - see tests passI expect tests pass on 1.62.x as it was on 1.61.1 and previous versions.
Several tests fail with Test timeout of 30000ms exceeded
Only tests that attempt to open page in a new tab are affected.
--workers=16 here is to imitate overloaded machine. In fact in our case it fails with --workers=1 in CI.
See report generated by Claude Code: https://github.com/YuriiMotov/playwright-1.62-new-tab-mre/blob/master/README.md
System:
OS: Linux 7.0 Ubuntu 24.04.4 LTS 24.04.4 LTS (Noble Numbat)
CPU: (14) x64 Intel(R) Core(TM) Ultra 5 125U
Memory: 28.49 GB / 46.52 GB
Container: Yes
Binaries:
Node: 22.23.0 - /run/user/1000/fnm_multishells/1402339_1785955498713/bin/node
npm: 10.9.8 - /run/user/1000/fnm_multishells/1402339_1785955498713/bin/npm
bun: 1.3.8 - /home/yurii/.bun/bin/bun
IDEs:
VSCode: 1.124.2 - /usr/bin/code
Languages:
Bash: 5.2.21 - /usr/bin/bash
npmPackages:
@playwright/test: 1.62.1 => 1.62.1
Relay reads this issue against the repository's contribution signals: the files it is likely to touch, how the maintainers triage work this size, and what the first contribution would exercise.
The full analysis for this issue is still being assembled. Until then, the description above and the thread on GitHub are the most reliable context.