I’m running a project using BDD with Cucumber (with page_object gem), Watir and Jenkins. Right now we’re looking the best way to parallelize test to reduce testing time on multiple virtual machines, with different navigators and so on.
I think there is two approaches:
- to use a Ruby tool like parallel_test, Hydra, TestJour, TestBot...
- or organize everything through Jenkins, using paths, tags, etc.
- to use both in some way
In order to put effort on the right way… do you consider Jenkins is a good option to make parallel test on multiple machines or should I give a chance to another tool? Suggestions are welcome :)