-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Description
🚀 Feature Request
Improvements/bug fixes that would make it easier to work with the test report:
-
The 'State filter' should be a button
-
Make the search easier to read
-
✅ Add extra space after any special token (so if input contains 's:passed', I won't have to press space to add another search token)
-
Full filter should be included in the URL (i.e. including any text filter)
- This needs URL encoding
-
Keep my custom text filter when clicking status-filter/tag-label
-
✅ Keep my query (expect current project filter) when clicking project filter
-
✅
Ctrl+ click should also work with project labels (and not open new tab) -
Clicking 'All' should also work when have just a text filter (e.g. 'my test')
-
Prepend label tags with a '@' to distinguish them from project labels:

-
If you only have a label-filter, the filter count is not shown
-
It should be clear if a labels is an active filter (maybe by only showing border if active?)
-
✅ Add
aria-labelto filter input -
Color contrast of
--color-fg-subtleand background in dark mode does not meet WCAG standards -
Typing in input does not update URL (and thus state)
- E.g. when manually removing a tag in the input, and then clicking on a status filter, will reintroduce that removed tag
-
✅ Add placeholder "Search tests" to filter input
Example
No response
Motivation
The current behaviour of the filtering is a bit arbitrary at times. This feature request tries to address some of them including some UI improvements.
I would be willing to implement (part of) these improvements.

