Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAdd ability to filter only failed / errored tests in list of executed tests #73
Comments
|
Yes @jgebal, something like that would be useful. However, I would restrict the filter to some test status (success, failure, error, disabled). Warnings and info are independent of the test status. What do you expect to see when you hide success, hide errors, hide failures and show warnings? - Personally I think the following filters should be enough:
Disabled tests should not have warnings. But successful test may have warnings. If you do not show successful tests you won't see their warnings. That's ok. That's what I would expect. |
|
Sounds really good. |
#73 - Filter successful and disabled tests
The ability to sort results by status in the grid is great.
It wold be even better if the plugin would allow to narrow down the list of visible test to:
This could be implemented as toggles:
The functionality would be very useful when using "tree" view to display test results.