Skip to content

Commit 6cc7a4c

Browse files
committed
Fix Drupal 10.3 failures, fixes ddev#41, fixes ddev#46
Co-authored-by: [email protected]
1 parent 6d472d4 commit 6cc7a4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config.selenium-standalone-chrome.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ web_environment:
1212
# Use disable-dev-shm-usage instead of setting shm_usage
1313
# https://developers.google.com/web/tools/puppeteer/troubleshooting#tips
1414
# The format of chromeOptions is defined at https://chromedriver.chromium.org/capabilities
15-
- MINK_DRIVER_ARGS_WEBDRIVER=[\"chrome\", {\"browserName\":\"chrome\",\"goog:chromeOptions\":{\"w3c\":false,\"args\":[\"--disable-gpu\",\"--headless\", \"--no-sandbox\", \"--disable-dev-shm-usage\"]}}, \"http://selenium-chrome:4444/wd/hub\"]
15+
- 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\"]
1616
# Nightwatch
1717
- DRUPAL_TEST_BASE_URL=http://web
1818
- DRUPAL_TEST_DB_URL=mysql://db:db@db/db
@@ -26,4 +26,4 @@ web_environment:
2626
- DRUPAL_NIGHTWATCH_OUTPUT=reports/nightwatch
2727
# DTT
2828
- DTT_BASE_URL=http://web
29-
- DTT_MINK_DRIVER_ARGS=[\"chrome\", {\"browserName\":\"chrome\",\"goog:chromeOptions\":{\"w3c\":false,\"args\":[\"--disable-gpu\",\"--headless\", \"--no-sandbox\", \"--disable-dev-shm-usage\"]}}, \"http://selenium-chrome:4444/wd/hub\"]
29+
- 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

Comments
 (0)