Update chrome version and the binary path
This commit is contained in:
parent
bf0b233fc6
commit
5981fff500
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
FROM ruby:2.3
|
FROM ruby:2.3
|
||||||
LABEL maintainer "Grzegorz Bizon <grzegorz@gitlab.com>"
|
LABEL maintainer "Grzegorz Bizon <grzegorz@gitlab.com>"
|
||||||
|
|
||||||
ENV CHROME_VERSION 59.0.3071.104-1
|
ENV CHROME_VERSION 59.0.3071.109-1
|
||||||
ENV CHROME_DRIVER_VERSION 2.30
|
ENV CHROME_DRIVER_VERSION 2.30
|
||||||
|
|
||||||
##
|
##
|
||||||
|
|
|
@ -55,7 +55,7 @@ module QA
|
||||||
Capybara.register_driver :chrome do |app|
|
Capybara.register_driver :chrome do |app|
|
||||||
capabilities = Selenium::WebDriver::Remote::Capabilities.chrome(
|
capabilities = Selenium::WebDriver::Remote::Capabilities.chrome(
|
||||||
'chromeOptions' => {
|
'chromeOptions' => {
|
||||||
'binary' => '/opt/google/chrome-beta/google-chrome-beta',
|
'binary' => '/usr/bin/google-chrome-stable',
|
||||||
'args' => %w[headless no-sandbox disable-gpu]
|
'args' => %w[headless no-sandbox disable-gpu]
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue