Hacker News new | ask | show | jobs
by bradly 4800 days ago
> Both runners insist on running every single spec in the queue before obliging and running the spec you want them to run.

Autotest has a fast start option that stops it from running the entire test suite on load. --fast-start of -f for short

1 comments

I follow, however, I really want to run all the tests when I kick off the test suite or recover a failed test. It is critical I have the ability to interrupt these huge runs at will (and resume the big testing when my urgent testing is done)