Making fast test-feedback easy through horizontal scaling
Making fast test-feedback easy through horizontal scaling

ClusterRunner makes it easy to execute test suites across your infrastructure in the fastest and most efficient way possible.

With ClusterRunner you can easily:

  • Make linear jobs run in parallel
  • Utilize 100% of your testing infrastructure
  • Get faster test feedback
# Replace your old test commands...
~ $ phpunit test/
~ $ nosetests test/
~ $ sbt test

# With the new and improved...
~ $ clusterrunner build --job-name Tests

ClusterRunner makes it easy to execute test suites across your infrastructure in the fastest and most efficient way possible.

With ClusterRunner you can easily:

  • Make linear jobs run in parallel
  • Utilize 100% of your testing infrastructure
  • Get users test feedback faster

So let's get started!