playwright/packages/playwright-test/src/reporters
Dmitry Gozman 3409a37f77
feat: allow opening multiple html reporters and trace viewers (#17636)
This makes `HttpServer` accept `preferredPort` option that will first
try to listen on that port, and if that port is already in use, listen
on some available port instead.

Fixes #17201.
2022-09-27 12:45:42 -07:00
..
.eslintrc.json chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00
base.ts feat(runner): project execution schedule (#17548) 2022-09-23 20:01:27 -07:00
DEPS.list chore: bundle pwt deps (#13622) 2022-04-18 21:47:18 -07:00
dot.ts feat(test runner): show the number of fatal errors at the end (#15975) 2022-07-28 14:46:21 -07:00
empty.ts chore: always import type (#13365) 2022-04-06 14:57:14 -07:00
github.ts chore: bundle pwt deps (#13622) 2022-04-18 21:47:18 -07:00
html.ts feat: allow opening multiple html reporters and trace viewers (#17636) 2022-09-27 12:45:42 -07:00
json.ts fix(reporters): output relative to config (#17518) 2022-09-26 11:01:43 -07:00
junit.ts fix(reporters): output relative to config (#17518) 2022-09-26 11:01:43 -07:00
line.ts feat(test runner): separate interrupted status from skipped (#16124) 2022-08-02 12:55:43 -07:00
list.ts fix(list reporter): properly count new lines for long stdout (#17339) 2022-09-14 15:25:24 -07:00
multiplexer.ts chore: make Reporter.onExit an internal method (#16280) 2022-08-05 13:41:00 -07:00
raw.ts feat(testId): expose persistent test id (#16003) 2022-07-27 20:17:19 -07:00