-
Type:
Suggestion
-
Resolution: Unresolved
-
Component/s: Pipelines - Tests
-
None
Currently, all executions are aggregated into a single view with no way to separate results by environment, configuration, or test type. This makes it difficult to isolate environment-specific failures, compare performance across configurations, or keep different test categories from mixing into the same health metrics.
Suggested Feature:
Allow customers to assign custom tags to tests and use those tags to group, filter, and segment results on the Tests page:
- Group results by tag values (e.g. env:staging, type:unit) so the same test running across different contexts shows independent stats
- Show failure rate, average duration, and flakiness separately per tag value rather than as a combined aggregate.
- Add a filter to scope the view by one or more tag values, letting teams focus on a specific environment or test category