playwright/docs/src/test-reporter-api
Yury Semikhatsky 3001c9ac73
fix: preserve test declaration order in html and merged report (#30159)
* 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
2024-03-29 10:12:33 -07:00
..
class-location.md docs: annotate since (#15386) 2022-07-05 17:24:50 -07:00
class-reporter.md feat(onEnd): allow overriding the exit code (#27010) 2023-09-12 13:37:30 -07:00
class-suite.md fix: preserve test declaration order in html and merged report (#30159) 2024-03-29 10:12:33 -07:00
class-testcase.md fix: preserve test declaration order in html and merged report (#30159) 2024-03-29 10:12:33 -07:00
class-testerror.md chore: add snippet to the error message (#21991) 2023-03-29 14:07:14 -07:00
class-testresult.md feat(reporter): Add parallelIndex field to TestResult (#19570) 2022-12-19 14:37:04 -08:00
class-teststep.md docs: annotate since (#15386) 2022-07-05 17:24:50 -07:00