[rspec-users] Parallelize RSpec

2011-04-28 Thread Adam Esterline
I am looking for some advice on the best way to parallelize a large set of browser-based regression tests written in rspec.Just as a note; we are running these specs with RSpec 2.5 on JRuby 1.6.1. Our current set of specs takes about 4 hours to run when it is not parallelized.We have imple

Re: [rspec-users] Parallelize RSpec

2011-04-28 Thread Adam Esterline
and native threads. Thoughts? AE On Thu, Apr 28, 2011 at 5:53 PM, Sidu Ponnappa wrote: > You can also take a look at https://github.com/test-load-balancer > > Best, > Sidu. > http://c42.in > http://about.me/ponnappa > > On 29 April 2011 01:24, Adam Esterline wrote:

Re: [rspec-users] Parallelize RSpec

2011-04-29 Thread Adam Esterline
ow about it :) > > Best, > Sidu. > http://c42.in > http://about.me/ponnappa > > On 29 April 2011 08:49, Adam Esterline wrote: >> Both https://github.com/test-load-balancer and >> https://github.com/grosser/parallel_tests seem more complicated than >> needed.