Selenium Test Results are empty

Posted by simonC on Stack Overflow See other posts from Stack Overflow or by simonC
Published on 2012-06-01T15:02:33Z Indexed on 2012/06/01 16:40 UTC
Read the original article Hit count: 238

Filed under:
|

I've Jenkins and selenium configured to run tests after the app is build, everything is ok till the moment that selenium tests should run, actually the selenium test suite starts correctly and then it stops after the first test and does not go forward.

I'm using VNC to watch what is happening.

The logs produces by selenium are empty.

Im testing those test via

java -jar /var/lib/selenium/selenium-server-jar -browserSessionReuse  -htmlSuite *firefox https://test-a.4pm.si /var/lib/jenkins/jobs/4pm_test/workspace/4pm_ee-test/selenium_tests/suite.html /var/lib/jenkins/jobs/4pm_test/workspace/selenium-result.html

the selenium-result.html is empty it just execute the first test which is OK and stops there

is there any selenium server setting I need to set?

© Stack Overflow or respective owner

Related posts about selenium

Related posts about jenkins