mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
The Service Worker tests had some races in them that only were apparent on the bots. To repro, I ran the tests with: ``` xvfb-run taskset -c 0 npm run ctest -- chromium.spec.ts --headed --reporter=line --repeat-each 10 --workers=1 ``` Just because Playwright has a SW, does not mean the worker has fully loaded it's main/import scripts.