Skip to content

Add ability to filter only failed / errored tests in list of executed tests #73

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

Closed
jgebal opened this issue Jul 14, 2019 · 2 comments · Fixed by #82
Closed

Add ability to filter only failed / errored tests in list of executed tests #73

jgebal opened this issue Jul 14, 2019 · 2 comments · Fixed by #82
Assignees
Milestone

Comments

@jgebal
Copy link
Member

jgebal commented Jul 14, 2019

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:

  • only failed & errored
  • only failed & errored & warnings
  • only failed
  • only errored
  • only warnings

This could be implemented as toggles:

  • show/hide success
  • show/hide warnings
  • show/hide errors
  • show/hide failures

The functionality would be very useful when using "tree" view to display test results.

@PhilippSalvisberg
Copy link
Member

PhilippSalvisberg commented Jul 15, 2019

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:

  • show/hide success
  • show/hide disabled

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.

@jgebal
Copy link
Member Author

jgebal commented Jul 15, 2019

Sounds really good.
Show/hide toggle buttons for those two should be enough and defonitely very useful.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants