RTS – AST Based Test Selection: A Deep Dive into Building Production-Grade Regression Test Selection
Introduction
At scale, running your entire test suite after every commit is a luxury you can't afford. With 40,000+ tests averaging 4 minutes each, that's 2,700+ machine-hours per run. But skipping tests blindly risks missing regressions.
The questio...
heshamspace.hashnode.dev7 min read