Update circle ci config

This commit is contained in:
Eugene Burmakin 2025-05-29 11:58:13 +02:00
parent fd90e28ba8
commit 2f1d428a40

View file

@ -48,7 +48,7 @@ RSpec.configure do |config|
# Setup for CircleCI
driven_by :selenium, using: :headless_chrome, options: {
browser: :remote,
url: "http://localhost:4444/wd/hub",
url: "http://chrome:4444/wd/hub",
options: {
args: %w[headless disable-gpu no-sandbox disable-dev-shm-usage]
}