GitLab CI Insights - Add Flaky Tests visualization to the CI Analytics view at the project level
## Problems to solve
As a developer it is very difficult to monitor pipeline results for a project in GitLab as there is no out-of-the-box GitLab view or dashboard to:
- Help diagnose and identify failing test jobs.
- Determine when tests jobs started failing
- Diagnose whether a test is Flaky vs failing consistently
## Customer requirements:
1. Ruby: automated flaky test detection.
2. Dashboard visibility to identify unreliable tests.
3. Algorithm to automatically classify tests as flaky.
## Proposed solution
- [ ] Add Flaky Tests visualization to the the CI Analytics view at the project level.
- [ ] The initial feature release will be scoped to a minimal set of programming languages.
epic