mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00

* Add `Suite.entries` that returns tests and suites in their declaration order * Exposed `Suite.type` and `TestCase.type` for discriminating between different entry types. * Blob report format is updated to store entries instead of separate lists for suites and tests. * Bumped blob format version to 2, added modernizer. Fixes https://github.com/microsoft/playwright/issues/29984