I'm trying to run the Selenium Grid Demo successfully but I'm having a problem.
I have the hub set up correctly with 4 localhost Remote Controls. When I try to run them in parallel I get the following result:
[java]
[java] ===============================================
[java] Selenium Grid Demo In Parallel
[java] Total tests run: 4, Failures: 4, Skips: 0
[java] ===============================================
[java]
[BUILD FAILED :\Selenium Grid\selenium-grid-1.0.8-bin\selenium-grid-1.0.8\build.xml:137: Java returned: 1 Total time: 1 second :\Selenium Grid\selenium-grid-1.0.8-bin\selenium-grid-1.0.8>]
I have the latest on all version of:
Selenium Webdriver Remote Control Selenium Grid Apache Ant
Is there a workaround?