daun / playwright-report-summary

A GitHub action to report Playwright test results as pull request comments
MIT License
40 stars 8 forks source link

[Feature] Add more details #209

Closed huehnerlady closed 2 months ago

huehnerlady commented 3 months ago

Hi,

would be cool if you could have another section like the flaky tests section, which then shows also the tests that passed. That is helpful when you think the number is quite low/high. Maybe you run something twice or you skip some by accident.

What do you think?

daun commented 3 months ago

The main goal of the action is showing a high-level overview of test results as a quick sanity check — or as a jumping off point in case of failures by linking to the generated html report. Your idea goes more into detailed reporting territory, which is a valid use case but maybe too much to ask of this particular action? Let me think on it :)

huehnerlady commented 2 months ago

we are using a different tool now, so for us it is not needed anymore