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
Describe the bug
The HTML report (which has some nice new colors for the test statuses) doesn't seem to filter out tests by status any longer (tests are only shown with the ALL status filter)
Steps to reproduce
Produce an HTML results report.
Expected behavior
When we use "ERROR", "FAIL" or other status in the drop down menu we should be able to only see the tests with this particular status.
Current behavior
Right now the HTML report displays zero results on any status other than ALL.
The text was updated successfully, but these errors were encountered:
This is an update of status filter in HTML results to correspond with
the latest changes in a63423b, which introduced colored statuses.
Reference: avocado-framework#5828
Signed-off-by: Jan Richter <[email protected]>
Describe the bug
The HTML report (which has some nice new colors for the test statuses) doesn't seem to filter out tests by status any longer (tests are only shown with the ALL status filter)
Steps to reproduce
Produce an HTML results report.
Expected behavior
When we use "ERROR", "FAIL" or other status in the drop down menu we should be able to only see the tests with this particular status.
Current behavior
Right now the HTML report displays zero results on any status other than ALL.
The text was updated successfully, but these errors were encountered: