nikseras / js-test-driver

Automatically exported from code.google.com/p/js-test-driver
0 stars 0 forks source link

No browsers available, yet actions only when run from Jenkins. #448

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Run js-testdriver tests from Jenkins 
2. Run on ie10
3.

What is the expected output? What do you see instead?
The expected output is for tests to run and report back how many failed/passed. 
Instead I see "No browsers available, yet actions"

What version of the product are you using? On what operating system?
Js-testdriver 1.3.5. On windows server 2012.

Please provide any additional information below.
When run locally using the following commands

java -jar tools/jsTestDriver/JsTestDriver-1.3.5.jar --port 4224 --browser 
"C:\Program Files\Internet Explorer\iexplore.exe"

java -jar tools/jsTestDriver/JsTestDriver-1.3.5.jar --config 
"C:\Build\Jenkins_Node\workspace\core\core.conf" --runnerMode QUIET --tests all 
--basePath "C:\Build\Jenkins_Node\workspace" --testOutput 
intermediate/testresults/core.conf --server http://localhost:4224

everything works fine, however when jenkins runs those commands (from ant) I 
get the error "No browsers available, yet actions". This happens only on ie10 
not on firefox. I suspected it was a permission issue/ie security issue, 
however when I have made the jenkins user a full admin, disabled UAC, disabled 
IE protected mode, and lowered all security/privacy settings in IE to their 
lowest settings. 

Any help on this issue would be great.

Original issue reported on code.google.com by mcclured...@gmail.com on 27 Jan 2014 at 8:31