Releases: vitalets/playwright-timeline-reporter
Releases · vitalets/playwright-timeline-reporter
v1.1.1
v1.1.0
- Added an optional
debugreporter option to enable reporter logs. - Removed the
timelineReporter()helper. Use the reporter directly as a string path:reporter: [['playwright-timeline-reporter']]. - Refactored worker-lanes algorithm.
v1.0.2
- Show the project name instead of the filter when there is only one project.
- UI minor fixes.