I have Jenkins 1.499 running Watir-Webdriver tests on a Windows 2008 (64bit) server alongside the Grid 2 standalone server (and Jenkins Selenium Grid plugin).
I can run my tests through the standalone server (or plugin) via Jenkins, but they don't run in parallel. What do I need to do to get them running in parallel?
I've tried out the parallel_tests gem, but fork() doesn't seem to be implemented very well for a Windows environment. I think I might need to use TestNG to manage the parallelism, but I'm not really sure and could use some advice if anyone out there knows?
