Closed fedika closed 6 years ago
Can you run chromedriver from the command line on the Jenkins box? Is it on the path? A simple process to do this is:
1) Copy the chromedriver binary to /usr/local/bin
2) Make it executable:
chmod +x /path/to/chromedriver
By the way, http://serenity-bdd.rocket.chat is a better forum for this kind of question.
Closing - please add any additional questions on the Chat channel
Dear Serenity,
Currently, I have setup Jenkins on Ubuntu 16.04, then I also have made job to run Serenity BDD. But I have a problem which not happened on my local notebook (Windows), this Serenity BDD run properly on my local notebook. The problem is the driver is not executable on Ubuntu 16.04. I downloaded chromedriver for linux64 from here. I also have tried with chromedriver for linux 32bit and 64bit, but none of them works...
This is error log:
Here is my POM.xml
This is my serenity.properties (placed in the root of my project directory, same location as pom file):
Does anyone ever faced this problem?
Thank you :)