> Selective is the intelligence layer
> on top of your CI. It shortens the
> feedback loop from minutes to
> seconds — without changing your stack.
Results stream back as they finish — see a failure in 6 seconds, not 6 minutes. Pipe to your terminal, or watch the dashboard.
Splitting tests up front by file is the slowest way to run a suite. The heaviest file lands on one node, the others finish early — and you wait on the slowest node before you can merge. Selective splits dynamically, one example at a time, off a central queue. Fastest node grabs the next example. No straggler.
Not after. Not in a second pass. The moment a test fails, Selective re-queues it on the next free node — the rest of the suite never pauses. By the time the suite finishes, the retry has too.
Every failed test retries automatically. If it passes on retry, the test is marked as a flake — not buried in your logs, not waiting to bite you in prod.
14 days of the real thing on your real test suite. No credit card, no sales call. One line in your CI config.