mcdcorp / opentest

Open source test automation tool for web applications, mobile apps and APIs
https://getopentest.org
MIT License
447 stars 107 forks source link

Suggestion: Add grouping of failed tests in the report #524

Closed TripleG closed 2 years ago

TripleG commented 2 years ago

The current report is not very convenient for finding the failed tests as they are displayed according to their order in the template. It would be helpful to display some kind of grouping of all failed tests, so we don't have to scroll around for searching/analyzing the failed tests

adrianth commented 2 years ago

As a quick fix to your problem, you can navigate to the start of a new test in the log data by clicking on the name of the test in the "Test results" tab. However, I agree we could benefit from a friendlier navigation system in the log tab. I'll give this a thought, but just to make sure I have the correct understanding, the problem you're describing is that in the log tab there is no easy way to tell which tests are failed and quickly navigate to the section in the log that corresponds to the failed tests. Does that sound correct?

TripleG commented 2 years ago

Yes, I think you got my idea correctly. We could have 3 sections(pass/failed/skipped) which we can go to/expand. Example: image

Actually I will open a separate suggestion ticket for the "skipped" section

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.