You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: