playwright/docs/src/test-reporter-api
Andrey Lushnikov ba0c7e679b
feat(test-runner): support expect.soft (#11800)
Soft expects will still fail the test, but will not abort it's execution. As a consequence of this:
-  `TestResult` now might have multiple errors, which is reflected with a new `testResult.erros: TestError[]` field.
- `TestInfo` now might have multiple errors as well, which is reflected with a new `testInfo.errors: TestError[]` field.

Fixes #7819
2022-02-02 18:33:51 -08:00
..
class-location.md fix(docs): test-runner location column type (#9222) 2021-10-01 08:53:59 +02:00
class-reporter.md feat(test runner): show beforeAll/afterAll hooks similar to tests (#10923) 2021-12-15 10:39:49 -08:00
class-suite.md chore: do not expose suite load error (#11797) 2022-02-01 15:34:16 -08:00
class-testcase.md test: expose repeatEachIndex (#11158) 2022-01-03 17:29:54 -08:00
class-testresult.md feat(test-runner): support expect.soft (#11800) 2022-02-02 18:33:51 -08:00
class-teststep.md feat(api): expose step location (#9602) 2021-10-18 21:06:18 -07:00