Skip to content
Dashboard

Flaky Test Detection

Heuristic analysis of CI history to identify non-deterministic tests. No LLM required — pure statistics over past runs.

7
Flaky Tests
109
Total Flake Events
~4.2h
CI Time Wasted
12.3%
Avg Flake Rate
Quarantine
Automatically isolate flaky tests so they don't block CI. Re-run separately with diagnostics.
Auto-Retry
Retry flaky tests up to 3 times before marking as failed. Reduces false negatives by 80%.
Trend Analysis
Track flakiness over time. Alert when a previously stable test starts flaking.
Sort by:
Detected Flaky TestsBased on last 30 days of CI history
should render dashboard with user data
23% flaky
src/__tests__/dashboard.test.tsx
120 runs28 failuresLast flake: 1h ago
handles concurrent API requests gracefully
18% flaky
src/api/__tests__/client.test.ts
85 runs15 failuresLast flake: 3h ago
WebSocket reconnection on timeout
15% flaky
src/ws/__tests__/socket.test.ts
200 runs30 failuresLast flake: 6h ago
renders chart animation correctly
12% flaky
src/components/__tests__/chart.test.tsx
150 runs18 failuresLast flake: 1d ago
database migration rollback
8% flaky
tests/integration/migration.test.ts
60 runs5 failuresLast flake: 2d ago
file upload progress tracking
6% flaky
src/upload/__tests__/progress.test.ts
90 runs5 failuresLast flake: 3d ago
SSR hydration mismatch check
4% flaky
tests/ssr/hydration.test.tsx
200 runs8 failuresLast flake: 5d ago

Flaky test detection is free on all plans — no LLM cost, just heuristics on your CI history.