How It Works
How can we complete your Ruby tests up to 3 times faster?
1. You install the Devver client
Installing Devver is easy - you simply install a RubyGem, copy a Rakefile into your project, and configure a few settings. You won't have to alter a single line of your test code.
2. You run your tests
You know how you usually run a Rake task like so?
rake test
Now you just run:
rake devver:test
and we'll take care of the rest! (If you're using RSpec, just run rake devver:spec)
3. Your code syncs over
As soon as you run your Rake task, Devver syncs over all the code it needs from your project directory. That's right, you can run all your tests quickly before you commit to source control.
4. We distribute your tests
Instead of running your tests on a single machine, we send it to a whole bunch of machines to run in parallel. As a result, we can run your tests in as little as 1/3 of the time.
5. We send the results back to you
There's no need to open up a browser to see your results. We send the results right back to the command line, so it looks like the output from a local test run.