Skip to content
If you run end-to-end (E2E) tests on a Kubernetes operator, you've seen the pattern: a test that passes 80% of the time still fails often enough to block continuous integration (CI), waste developer hours, and train your team to reflexively /retest . Without historical data, you can't distinguish a flaky test from a regression. Without automation, the only remedy is a human noticing and filing a t...
Build a dynamic E2E test quarantine system with Prometheus and Grafana | Huntaegis