playwright/packages/html-reporter
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
..
screenshots test: add screenshots to html tests (#10925) 2021-12-15 19:19:43 -08:00
src feat(test-runner): support expect.soft (#11800) 2022-02-02 18:33:51 -08:00
test test: add screenshots to html tests (#10925) 2021-12-15 19:19:43 -08:00
bundleJsPlugin.js chore: move html report to package (#10898) 2021-12-13 16:38:26 -08:00
package.json test: add component tests for html report (#10900) 2021-12-13 18:30:48 -08:00
playwright.components.tsx chore: parse tsx tests (#10917) 2021-12-14 19:25:07 -08:00
playwright.config.ts test: add screenshots to html tests (#10925) 2021-12-15 19:19:43 -08:00
webpack.config.js chore: parse tsx tests (#10917) 2021-12-14 19:25:07 -08:00