Skip to content

Commit 572c6d4

Browse files
authored
Restore env variables for when standalone-chrome is not in use. (#143)
1 parent b0cc70e commit 572c6d4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

config.contrib.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ web_environment:
1010
# To change the location of your project code, see the README:
1111
# https://github.com/ddev/ddev-drupal-contrib/blob/main/README.md#changing-the-symlink-location
1212
- DRUPAL_PROJECTS_PATH=modules/custom
13+
- SIMPLETEST_DB=mysql://db:db@db/db
14+
- SIMPLETEST_BASE_URL=http://web
15+
- BROWSERTEST_OUTPUT_DIRECTORY=/tmp
16+
- BROWSERTEST_OUTPUT_BASE_URL=${DDEV_PRIMARY_URL}
1317
hooks:
1418
post-start:
1519
- exec-host: |

0 commit comments

Comments
 (0)