Open
Bug 1862591
Opened 2 years ago
wpt test runner should log group_start and group_end messages
Categories
(Testing :: web-platform-tests, task)
Testing
web-platform-tests
Tracking
(Not tracked)
NEW
People
(Reporter: florian, Unassigned)
References
Details
wpt profiles could be easier to read if there was markers indicating the time we spend in each folder (as it would make it explicit that we spend time restarting the browser)
Example profile: https://share.firefox.dev/3tPXALW (from a wpt job picked at random)
How it was done for mochitests: https://phabricator.services.mozilla.com/D191980
There's already an info message being logged to indicate that the browser is restarting for a new test group, so we probably need to add group_start and group_end messages near that.
You need to log in
before you can comment on or make changes to this bug.
Description
•