Skip to content

Commit 0d39ccb

Browse files
committed
Add env vars to dist
1 parent 091de88 commit 0d39ccb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.env.dist

+7
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ BASE_URI=http://127.0.0.1:8080
77
UID=1000
88
GID=1000
99

10+
# PHPUnit
11+
SIMPLETEST_BASE_URL=http://127.0.0.1:8080
12+
SIMPLETEST_DB=mysql://local:[email protected]/local
13+
BROWSERTEST_OUTPUT_DIRECTORY=/tmp
14+
BROWSERTEST_OUTPUT_BASE_URL=${BASE_URI}
15+
BROWSERTEST_OUTPUT_VERBOSE=true
16+
1017
# CHROME DRIVER
1118
SELENIUM_IMAGE=drupalci/chromedriver:production
1219
MINK_DRIVER_ARGS_WEBDRIVER='["chrome", {"browserName":"chrome","goog:chromeOptions":{"args":["--headless", "--disable-gpu", "--no-sandbox", "--disable-dev-shm-usage"]}}, "http://127.0.0.1:9515"]'

0 commit comments

Comments
 (0)