Flaky Test Auto-Detection and Quarantine for Small Engineering Teams
Flaky tests waste 6-8 hours of engineering time per week and the problem is getting worse, growing from 10% of teams affected in 2022 to 26% in 2025. Enterprise tools like Trunk target large orgs with complex CI. Small teams under 20 devs need affordable, drop-in flaky test detection that quarantines bad tests without requiring a platform engineering team.
Ship a GitHub Action that ingests JUnit XML reports, builds a flakiness score per test over time, and auto-adds a [quarantine] label. Free for public repos, $9/mo for private. The detection algorithm is straightforward. The moat is being the easiest thing to install.
landscape (3 existing solutions)
Enterprise teams build internal tools like Atlassian's Flakinator. Small teams either suffer or ignore the problem. BuildPulse is the closest small-team option but the space lacks a free-tier, open-source, GitHub-Actions-native flaky test detector that auto-quarantines without configuration.