JRuby-friendly method for parallel-testing Rails app

Posted by Toby Hede on Stack Overflow See other posts from Stack Overflow or by Toby Hede
Published on 2010-05-20T05:16:20Z Indexed on 2010/06/17 12:13 UTC
Read the original article Hit count: 208

I am looking for a system to parallelise a large suite of tests in a Ruby on Rails app (using rspec, cucumber) that works using JRuby. Cucumber is actually not too bad, but the full rSpec suite currently takes nearly 20 minutes to run.

The systems I can find (hydra, parallel-test) look like they use forking, which isn't the ideal solution for the JRuby environment.

© Stack Overflow or respective owner

Related posts about ruby-on-rails

Related posts about testing