
js-test-driver - issue #448
No browsers available, yet actions only when run from Jenkins.
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.
Status: New
Labels:
Type-Defect
Priority-Medium