Skip to content

Commit 4232996

Browse files
committed
set chromium location.
1 parent befc5d7 commit 4232996

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Jenkinsfiles/Jenkinsfile.cbc-run-multi-pr-checks-w-selenium-chromium

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ pipeline {
7878
stage("Start selenium grid in background") {
7979
steps{
8080
sh """
81+
ls /usr/bin/chromium
8182
java -jar /selenium-server-standalone.jar &
8283
"""
8384
}

apps/integration_tests/selenium_generic.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ def setup_method(self, method):
7676
# selenium hub
7777
hub_url = "http://{}:4444/wd/hub".format(self.selenium_grid_host)
7878
print("RemoteDriver: grid hub url={}".format(hub_url))
79+
opt.binary_location = "/usr/bin/chromium"
7980
self.driver = webdriver.Remote(
8081
command_executor=hub_url, options=opt)
8182
else:

0 commit comments

Comments
 (0)