mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00

<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.