I use SeleniumRC to run some selense tests through the command line. This works mostly fine, but some tests fail because the execution speed is too high. How to set default execution speed for test run?
The command that I run in the test case,
java -jar Selenium-gs \ Selenium server 1.0.3 \ selenium server.jar -port 5561 -htmlSuite "* firefox" "{myrootpath}" "{pathtomytestsuite}" "{Pathtoresults}"
Thank you for your help,
Adrian
source
share