mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-11 01:31:39 -05:00
Update circle config
This commit is contained in:
parent
4c6bd5c6ae
commit
fd90e28ba8
1 changed files with 2 additions and 4 deletions
|
|
@ -49,10 +49,8 @@ RSpec.configure do |config|
|
||||||
driven_by :selenium, using: :headless_chrome, options: {
|
driven_by :selenium, using: :headless_chrome, options: {
|
||||||
browser: :remote,
|
browser: :remote,
|
||||||
url: "http://localhost:4444/wd/hub",
|
url: "http://localhost:4444/wd/hub",
|
||||||
capabilities: {
|
options: {
|
||||||
chromeOptions: {
|
args: %w[headless disable-gpu no-sandbox disable-dev-shm-usage]
|
||||||
args: %w[headless disable-gpu no-sandbox disable-dev-shm-usage]
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue