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 |
||
|---|---|---|
| .. | ||
| .eslintrc.json | ||
| base.ts | ||
| dot.ts | ||
| empty.ts | ||
| github.ts | ||
| html.ts | ||
| json.ts | ||
| junit.ts | ||
| line.ts | ||
| list.ts | ||
| multiplexer.ts | ||
| raw.ts | ||