Selenium JBehave gradle Integration Tests
Answered
Hi Executive,
We have CI build with Gradle to run Selenium JBehave Integration Tests, when the build is running chromedriver does not show up.
But the same build when run manually (gradle <taskname>) from inside agent brings up chromedriver and what is happening.
Is there any setting to be done, to make this build work.
Please advise. Thanks.
Please sign in to leave a comment.
Hello,
(the answer is copied from email support)
Do you run agent as service? If yes, please try to start it via command line. For more details, please see https://confluence.jetbrains.com/display/TCD9/Known+Issues#KnownIssues-IssueswithautomatedGUIandbrowsertesting.
Thanks, starting the windows agent from command prompt helped.