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: {
|
||||
browser: :remote,
|
||||
url: "http://localhost:4444/wd/hub",
|
||||
capabilities: {
|
||||
chromeOptions: {
|
||||
args: %w[headless disable-gpu no-sandbox disable-dev-shm-usage]
|
||||
}
|
||||
options: {
|
||||
args: %w[headless disable-gpu no-sandbox disable-dev-shm-usage]
|
||||
}
|
||||
}
|
||||
else
|
||||
|
|
|
|||
Loading…
Reference in a new issue