action
action copied to clipboard
[Feature] List of failed tests with folded logs
Is it possible to generate a list of failed tests, where each entry is only the test name and folded and clickable to show the logs? This would give a better overview of the test failures, with possibility to open and see logs if needed.
I didn't see this issue until now. Is https://github.com/test-summary/action/pull/53 what you're hoping for?
I didn't see this issue until now. Is #53 what you're hoping for?
Yes! An overview of failed tests with expandable tracebacks is really helpful when find and fixing test failures!
Thanks!