playwright/packages/playwright-test/src/reporters
Ross Wollman 0844394270
feat(html): display overall duration (#19576)
<img width="1390" alt="Screenshot 2022-12-19 at 4 15 33 PM"
src="https://user-images.githubusercontent.com/11915034/208552484-c0127615-d2c6-414f-ae3b-e7836553d890.png">

* Adds duration (time ellapsed from `onBegin` to `onEnd`); roughly
equivalent to `time npx playwright test …`.
* Removes cumulative per-file time

Resolves #19566.
2022-12-20 14:13:10 -08:00
..
.eslintrc.json chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00
base.ts feat(html): display overall duration (#19576) 2022-12-20 14:13:10 -08: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(html): display overall duration (#19576) 2022-12-20 14:13:10 -08:00
json.ts chore: hide reporter project id (#17710) 2022-09-29 12:51:06 -07:00
junit.ts fix(junit): escape null control character (#18325) 2022-10-25 14:39:16 -07:00
line.ts feat(test runner): separate interrupted status from skipped (#16124) 2022-08-02 12:55:43 -07:00
list.ts chore: render steps in list reporter (#18269) 2022-10-24 15:54:53 -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