github-action icon indicating copy to clipboard operation
github-action copied to clipboard

Expandable failed tests in summary

Open amannn opened this issue 2 years ago • 0 comments

I think the summary that's generated by this action is really helpful to get an overview in case the workflow has failed:

Screenshot 2023-12-21 at 14 25 55

If some tests have failed, my next step is typically to consult the terminal output on CI to find out which tests have failed, so I can debug them locally.

However, the terminal output is typically so large that GitHub almost freezes. Even after the page gets interactive, the terminal output is virtualized, making it hard to quickly get a list of all tests that have failed.

To make this more ergnomic, I'd find it really helpful if the summary would include an expandable section to show all tests have failed.

Is this something you think this action could support?

Many thanks!

amannn avatar Dec 21 '23 13:12 amannn