Selenium Test Results are empty
- by simonC
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?