DevTools · 2025 · 0→1 launch
TestFlow
A test automation platform for engineering teams — pipelines, flaky-test detection, coverage, and release gates in one place.
CI feedback in minutes · Flake visibility
TestFlow
CI feedback in minutes · Flake visibility
Challenge
A mid-size product org had automation scripts scattered across repos and Slack threads. Failures were noisy, flaky tests burned hours, and nobody could answer “are we safe to release?” without a meeting.
Approach
- 01Centralized run history, suite ownership, and environment tags into a single operator dashboard.
- 02Built flake scoring so intermittent failures surface separately from real regressions.
- 03Wired coverage and critical-path gates into CI with clear pass/fail reasons.
- 04Designed for engineers first: deep links into failing specs, not another status page nobody opens.
Stack, with reasons
Next.js + TypeScript
Dense ops UI with typed contracts to CI webhooks and runners.
PostgreSQL
Run history and flake analytics need durable, queryable storage.
CI webhooks
Fit into existing GitHub Actions / GitLab pipelines without a rewrite.

