daun / playwright-report-summary

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

add additional-details option #200

Closed fungairino closed 4 months ago

fungairino commented 4 months ago

Adds an optional additional-details option to the action for the purpose of providing a section to provide other details not included in the report to PR submitters such as links to other relevant documentation, readmes or playbooks.

Closes #199

daun commented 4 months ago

Nice! Will take a look at it over the next days and report back.

daun commented 4 months ago

@fungairino Beautiful! Looks great. One minor thing: could you please change the new option to be called custom-info? I feel like that better reflects the purpose and matches the new icon you chose. Otherwise, good to go from my end :)

fungairino commented 4 months ago

Rename done!

daun commented 4 months ago

Beautiful, thanks! Will merge tomorrow when I'm back on the desktop.