playwright/src/test/reporters
Dmitry Gozman 37a897c9b4
fix(test runner): report beforeAll timeout instead of hanging (#8529)
We used to not report fatal error and hang forever because worker
did not run any tests but also did not report any errors.

Also properly show stack-less errors.
2021-08-28 07:19:45 -07:00
..
.eslintrc.json Revert "chore: update eslint config (#6840)" partly (#7268) 2021-06-23 11:08:35 +02:00
base.ts fix(test runner): report beforeAll timeout instead of hanging (#8529) 2021-08-28 07:19:45 -07:00
dot.ts fix(test runner): do not special case test.fail (#8447) 2021-08-25 12:19:50 -07:00
empty.ts feat(test-runner): export reporter api as @playwright/test/reporter (#7692) 2021-07-16 21:15:03 -07:00
html.ts feat(test-runner): report nested steps (#8266) 2021-08-17 13:57:26 -07:00
json.ts feat(test-runner): basic html reporter (#7994) 2021-08-05 13:36:47 -07:00
junit.ts feat(test runner): show stdio for failures in terminal reporters (#8150) 2021-08-11 16:44:19 -07:00
line.ts fix(test runner): do not special case test.fail (#8447) 2021-08-25 12:19:50 -07:00
list.ts chore(typescript): turn on noImplicitOverride (#7810) 2021-08-25 10:11:18 -04:00
multiplexer.ts feat(test-runner): introduce steps (#7952) 2021-08-02 17:17:20 -07:00