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

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

Closed
jgebal opened this issue Jul 14, 2019 · 2 comments
Closed
Assignees
Labels
Milestone

Comments

@jgebal
Copy link
Member

@jgebal 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 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 jgebal commented Jul 15, 2019

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

@PhilippSalvisberg PhilippSalvisberg self-assigned this Jul 15, 2019
@PhilippSalvisberg PhilippSalvisberg added this to the v1.1.0 milestone Jul 15, 2019
PhilippSalvisberg added a commit that referenced this issue Aug 21, 2019
#73 - Filter successful and disabled tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

2 participants
You can’t perform that action at this time.