Recurring test failure causes across runs
May Oktan
Qase already provides insights into flaky tests, but it’s currently difficult to understand why tests are flaky at scale. I’d like to request a chart or report that aggregates recurring failure errors across multiple test runs, grouping failures by the same (or similar) error message.
The key idea is to track failure causes, not just failing tests. For example, if the same error appears intermittently across different runs (even if tests pass in between), it should be counted and visualized.
This would help identify the most frequent underlying causes of flakiness and make it easier to prioritize fixes based on impact rather than individual test failures.