playwright icon indicating copy to clipboard operation
playwright copied to clipboard

[Feature][Question] Workers utilisation visualisation

Open dimkin-eu opened this issue 2 years ago • 5 comments

In Allure report, there is a timeline panel, which shows how multiple tests are run in parallel image

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 )

dimkin-eu avatar Jun 08 '22 13:06 dimkin-eu

Did you enable fullyParallel in your config? That would make all these bars green all the time.

pavelfeldman avatar Jun 08 '22 14:06 pavelfeldman

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 :)

dimkin-eu avatar Jun 08 '22 15:06 dimkin-eu

related Allure issue https://github.com/allure-framework/allure-js/issues/479

baev avatar Aug 09 '22 13:08 baev

@dimkin-eu after [email protected] reporter generate timeline for playwright in parallel and shared mode image image

@pavelfeldman can close ticket

vovsemenv avatar Aug 09 '22 15:08 vovsemenv

initially i needed this for pure playwright, as not using allure per se. playwright's html reporter is very cool

dimkin-eu avatar Aug 09 '22 19:08 dimkin-eu

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.

pavelfeldman avatar Nov 16 '23 04:11 pavelfeldman