Skip to content

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

Closed
@jgebal

Description

@jgebal
Member

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.

Activity

PhilippSalvisberg

PhilippSalvisberg commented on Jul 15, 2019

@PhilippSalvisberg
Member

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

jgebal commented on Jul 15, 2019

@jgebal
MemberAuthor

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

added this to the v1.1.0 milestone on Jul 15, 2019
added a commit that references this issue on Aug 21, 2019

Merge pull request #82 from PhilippSalvisberg/73_filter

28f78a7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Type

No type

Projects

No projects

Relationships

None yet

    Development

    Participants

    @jgebal@PhilippSalvisberg

    Issue actions

      Add ability to filter only failed / errored tests in list of executed tests · Issue #73 · utPLSQL/utPLSQL-SQLDeveloper