I am working on Selenium test case using the chromedriver
and mocha
. Following is the part of my package.json
file:
"chromedriver": "^2.46.0",
"mocha": "^5.2.0",
"selenium-standalone": "^6.16.0",
"selenium-webdriver": "^4.0.0-alpha.1",
"webdriver-manager": "^12.1.1"
I am running the test cases using ChromeDrive.exe
file having version 73.0.3686
. All test cases are running locally or throwing an error but behavior on Jenkins is totally different.
On Jenkins, I am running the following error more frequently:
script returned exit code 255
Am I missing something? Please let me know in case you need further details!