playwright/packages/playwright-test/src/matchers
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
..
golden.ts feat(test-runner): support expect.soft (#11800) 2022-02-02 18:33:51 -08:00
matchers.ts feat(toBeChecked): allow passing checked: false (#10665) 2021-12-02 10:31:26 -08:00
toBeTruthy.ts fix(test runner): disable expect, action and navigation timeouts on debug (#10958) 2021-12-16 18:32:46 -08:00
toEqual.ts fix(test runner): disable expect, action and navigation timeouts on debug (#10958) 2021-12-16 18:32:46 -08:00
toMatchSnapshot.ts fix(test runner): allow multiple missing snapshots per test (#10621) 2021-11-30 17:50:19 -08:00
toMatchText.ts chore: allow pre-processing scripts (#11702) 2022-01-27 14:32:23 -08:00