@@ -8,8 +8,7 @@ web_environment:
88 # Use disable-dev-shm-usage instead of setting shm_usage
99 # https://developers.google.com/web/tools/puppeteer/troubleshooting#tips
1010 # The format of chromeOptions is defined at https://chromedriver.chromium.org/capabilities
11- - MINK_DRIVER_ARGS_WEBDRIVER=[\"chrome\", {\"browserName\":\"chrome\",\"chromeOptions\":{\"w3c\":false,\"args\":[\"--disable-gpu\",\"--headless\", \"--no-sandbox\", \"--disable-dev-shm-usage\"]}}, \"http://selenium-chrome:4444/wd/hub\"]
12- # Nightwatch
11+ - MINK_DRIVER_ARGS_WEBDRIVER=[\"chrome\", {\"browserName\":\"chrome\",\"w3c\":false,\"goog:chromeOptions\":{\"args\":[\"--disable-gpu\",\"--headless\", \"--no-sandbox\", \"--disable-dev-shm-usage\"]}}, \"http://selenium-chrome:4444/wd/hub\"] # Nightwatch
1312 - DRUPAL_TEST_BASE_URL=http://web
1413 - DRUPAL_TEST_DB_URL=mysql://db:db@db/db
1514 - DRUPAL_TEST_WEBDRIVER_HOSTNAME=selenium-chrome
@@ -22,4 +21,4 @@ web_environment:
2221 - DRUPAL_NIGHTWATCH_OUTPUT=reports/nightwatch
2322 # DTT
2423 - DTT_BASE_URL=http://web
25- - DTT_MINK_DRIVER_ARGS=[\"chrome\", {\"browserName\":\"chrome\",\"chromeOptions \":{\"w3c \":false, \"args\":[\"--disable-gpu\",\"--headless\", \"--no-sandbox\", \"--disable-dev-shm-usage\"]}}, \"http://selenium-chrome:4444/wd/hub\"]
24+ - DTT_MINK_DRIVER_ARGS=[\"chrome\", {\"browserName\":\"chrome\",\"w3c \":false,\"goog:chromeOptions \":{ \"args\":[\"--disable-gpu\",\"--headless\", \"--no-sandbox\", \"--disable-dev-shm-usage\"]}}, \"http://selenium-chrome:4444/wd/hub\"]
0 commit comments