Update circle config

This commit is contained in:
Eugene Burmakin 2025-05-29 11:52:56 +02:00
parent 4c6bd5c6ae
commit fd90e28ba8

View file

@ -49,12 +49,10 @@ 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
# Local environment configuration # Local environment configuration
driven_by :selenium, using: :headless_chrome, screen_size: [1400, 1400] driven_by :selenium, using: :headless_chrome, screen_size: [1400, 1400]