January 2011
2 posts
(Testbot * Fog) + Hudson = Faster Tests! →
Test suites can get slow, even when running on one high powered machine. So why not spin up EC2 instances and distribute the tests?
This is made really easy with testbot, a distributed test runner. It works like so:
A requester kicks off the process, asking for tests to be run
The server determines how many tests to run and how they will be distributed
Runners on your army of EC2 instances...