Skip to content

Commit

Permalink
Test with drupalci/chromedriver
Browse files Browse the repository at this point in the history
  • Loading branch information
mstrelan authored Jan 9, 2024
1 parent 9cdb94d commit 542250b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ services:
network_mode: service:nginx

selenium:
image: ${SELENIUM_IMAGE:-selenium/standalone-chrome:111.0}
image: ${SELENIUM_IMAGE:-drupalci/chromedriver:production}
network_mode: service:nginx
2 changes: 1 addition & 1 deletion phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<env name="SYMFONY_DEPRECATIONS_HELPER" value="disabled"/>
<env name="MINK_DRIVER_CLASS" value=""/>
<env name="MINK_DRIVER_ARGS" value=""/>
<env name="MINK_DRIVER_ARGS_WEBDRIVER" value='["chrome", {"browserName":"chrome", "goog:chromeOptions":{"args":["--headless", "--no-sandbox", "--disable-dev-shm-usage"], "w3c": false}}, "http://127.0.0.1:4444/wd/hub"]'/>
<env name="MINK_DRIVER_ARGS_WEBDRIVER" value='["chrome", {"browserName":"chrome","goog:chromeOptions":{"args":["--headless", "--disable-gpu", "--no-sandbox", "--disable-dev-shm-usage"]}}, "http://127.0.0.1:9515"]'/>
</php>
<testsuites>
<testsuite name="unit">
Expand Down

0 comments on commit 542250b

Please sign in to comment.