Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion config.ddev-drupal-core-dev.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# #ddev-generated
# This file is placed by the justafish/ddev-drupal-core-dev addon.

webimage_extra_packages: ["chromium-driver"]
ddev_version_constraint: '>=v1.23.1'
omit_containers: ["db"]
upload_dirs:
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.core-dev-selenium.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
services:
chrome:
container_name: ddev-${DDEV_SITENAME}-chrome
image: seleniarm/standalone-chromium:4.1.2-20220227
image: selenium/standalone-chromium:134.0.6998.117
labels:
com.ddev.site-name: ${DDEV_SITENAME}
com.ddev.approot: $DDEV_APPROOT
Expand All @@ -22,7 +22,7 @@ services:
- ddev-global-cache:/mnt/ddev-global-cache
firefox:
container_name: ddev-${DDEV_SITENAME}-firefox
image: seleniarm/standalone-chromium:4.1.2-20220227
image: selenium/standalone-firefox:136.0.2
labels:
com.ddev.site-name: ${DDEV_SITENAME}
com.ddev.approot: $DDEV_APPROOT
Expand Down
6 changes: 6 additions & 0 deletions install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,11 @@ project_files:
- core-dev/src/Command/LintJsCommand.php
- core-dev/src/Command/LintCspellCommand.php
- core-dev/src/Command/LintCommand.php
- core-dev/src/Command/ModuleInstallCommand.php

post_install_actions:
- ddev exec sudo apt update
- ddev exec sudo apt install chromium-common=134.0.6998.35-1~deb12u1 chromium-driver=134.0.6998.35-1~deb12u1 -y --allow-downgrades
- cp core-dev/phpunit-chrome.xml ../core/phpunit.xml
- perl -pi -e "s|DRUPAL_CORE_DDEV_URL|$DDEV_PRIMARY_URL|g" ../core/phpunit.xml
- cp core-dev/.env ../core/.env
Expand All @@ -42,3 +45,6 @@ removal_actions:
fi
done
- rm -rf ../test_output
- ddev exec sudo apt update
# Revert back to default versions.
- ddev exec sudo apt install chromium-common chromium-driver -y