diff --git a/.github/workflows/TestPHPUnit.yml b/.github/workflows/TestPHPUnit.yml index 1e9ec340b..f15204866 100644 --- a/.github/workflows/TestPHPUnit.yml +++ b/.github/workflows/TestPHPUnit.yml @@ -124,7 +124,7 @@ jobs: ddev composer config repositories.drainpipe-dev --json '{"type": "path", "url": "drainpipe-dev", "options": {"symlink": false}}' ddev composer config minimum-stability dev ddev composer require "lullabot/drainpipe @dev" --with-all-dependencies - ddev composer require "lullabot/drainpipe-dev @dev" weitzman/drupal-test-traits behat/mink-selenium2-driver --dev --with-all-dependencies + ddev composer require "lullabot/drainpipe-dev @dev" weitzman/drupal-test-traits lullabot/mink-selenium2-driver --dev --with-all-dependencies # Restart is required to enable the provided Selenium containers ddev restart diff --git a/drainpipe-dev/scaffold/nightwatch/docker-compose.selenium.yaml b/drainpipe-dev/scaffold/nightwatch/docker-compose.selenium.yaml index 9fa56d5f4..0d89e308a 100644 --- a/drainpipe-dev/scaffold/nightwatch/docker-compose.selenium.yaml +++ b/drainpipe-dev/scaffold/nightwatch/docker-compose.selenium.yaml @@ -3,7 +3,7 @@ version: '3.6' services: chrome: container_name: ddev-${DDEV_SITENAME}-chrome - image: seleniarm/standalone-chromium:4.1.2-20220227 + image: selenium/standalone-chromium:127.0-20240820 labels: com.ddev.site-name: ${DDEV_SITENAME} com.ddev.approot: $DDEV_APPROOT @@ -29,7 +29,7 @@ services: firefox: container_name: ddev-${DDEV_SITENAME}-firefox - image: seleniarm/standalone-firefox:4.1.2-20220227 + image: selenium/standalone-firefox:129.0-20240820 labels: com.ddev.site-name: ${DDEV_SITENAME} com.ddev.approot: $DDEV_APPROOT diff --git a/scaffold/phpunit-testtraits.xml b/scaffold/phpunit-testtraits.xml index 291acf8f3..0a4e842d6 100644 --- a/scaffold/phpunit-testtraits.xml +++ b/scaffold/phpunit-testtraits.xml @@ -32,10 +32,10 @@ --> - + - + diff --git a/scaffold/phpunit.xml b/scaffold/phpunit.xml index da44e35c8..a49e7e2e0 100644 --- a/scaffold/phpunit.xml +++ b/scaffold/phpunit.xml @@ -32,7 +32,7 @@ --> - +