We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8aa6423 commit 94b8a5dCopy full SHA for 94b8a5d
config.ddev-drupal-core-dev.yaml
@@ -0,0 +1,10 @@
1
+# #ddev-generated
2
+# This file is placed by the justafish/ddev-drupal-core-dev addon.
3
+
4
+webimage_extra_packages: ["chromium-driver"]
5
+ddev_version_constraint: '>=v1.23.0'
6
+upload_dirs:
7
+ # The install technique tries to remove all of sites/default/files
8
+ # but with DDEV + mutagen that isn't possible.
9
+ # so just redirect the upload_dirs.
10
+ - .ddev/tmp
install.yaml
@@ -4,6 +4,7 @@ name: ddev-drupal-core-dev
project_files:
- web-build/Dockerfile
+ - config.ddev-drupal-core-dev.yaml
- docker-compose.core-dev-selenium.yaml
- core-dev/phpunit-firefox.xml
- core-dev/phpunit-chrome.xml
0 commit comments