What is the problem this feature will solve?
when test runs fail, it is currently needed to scroll up and manually search for the failing tests,
What is the feature you are proposing to solve the problem?
this behavior exists in some popular test runners (mocha, jest, playwright, etc),
re-printing the list of failing tests after the summary can be very useful
What alternatives have you considered?
scrolling to find the failing tests manually