playwright
playwright copied to clipboard
[Feature][Question] Workers utilisation visualisation
In Allure report, there is a timeline panel, which shows how multiple tests are run in parallel
Is there a way to show in the more or less same way workers utilization?
This could help in tests optimising, to check if some of them are taking too long ( also shoving pass/fail/retry there is a nice feature )
Did you enable fullyParallel
in your config? That would make all these bars green all the time.
Did you enable fullyParallel in your config?
nope ( also this is not possible for all specs )
Allure's picture is some random from the internet for reference/idea :)
related Allure issue https://github.com/allure-framework/allure-js/issues/479
@dimkin-eu after [email protected]
reporter generate timeline for playwright in parallel and shared mode
@pavelfeldman can close ticket
initially i needed this for pure playwright, as not using allure per se. playwright's html reporter is very cool
Why was this issue closed?
Thank you for your involvement. This issue was closed due to limited engagement (upvotes/activity), lack of recent activity, and insufficient actionability. To maintain a manageable database, we prioritize issues based on these factors.
If you disagree with this closure, please open a new issue and reference this one. More support or clarity on its necessity may prompt a review. Your understanding and cooperation are appreciated.