Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configure test result sorting options #393

Open
afmjr opened this issue Mar 1, 2024 · 0 comments
Open

Configure test result sorting options #393

afmjr opened this issue Mar 1, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@afmjr
Copy link

afmjr commented Mar 1, 2024

Describe

The test report is pretty good and it is nice to get much details about the test execution. One reason to get details of test execution is to keep track of slow tests that might be affecting the overall CI pipeline.

When the check is published with a table of the test result, with the time, would be nice to be able to configure it to sort from slowest -> fastest, for example.

Proposed solution

Add a new configuration that enables selecting sorting by execution time. Maybe not needed to have a possible way to configure every output attribute to be sorted, but I would think that at least time and maybe name/file would be good.
Could be even just for the summary, so you can have a table with all the tests sorted already. Or another check just with the times, that can be configured to display the top-N slowest.

Alternatives considered

@afmjr afmjr added the enhancement New feature or request label Mar 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants