mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
Previously, we used to skip all the tests from the same file when any `beforeAll` fails in the file. Now, we only skip the rest of the tests affected by this particular `beforeAll` and continue with other tests in the new worker.