File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,10 @@ Started at 25-05-2017, 19:04
83
83
```
84
84
85
85
Notes:
86
+
86
87
* The behat faildump directory is exposed at http://localhost:8000/_/faildumps/ .
88
+ * Use ` MOODLE_DOCKER_BROWSER ` to switch the browser you want to run the test against.
89
+ You need to recreate your containers using ` bin/moodle-docker-compose ` as described below, if you change it.
87
90
88
91
## Use containers for running phpunit tests
89
92
@@ -189,7 +192,8 @@ bin/moodle-docker-compose start
189
192
190
193
## Environment variables
191
194
192
- You can change the configuration of the docker images by setting various environment variables before calling ` bin/moodle-docker-compose up ` .
195
+ You can change the configuration of the docker images by setting various environment variables ** before** calling ` bin/moodle-docker-compose up ` .
196
+ When you change them, use ` bin/moodle-docker-compose down && bin/moodle-docker-compose up -d ` to recreate your environment.
193
197
194
198
| Environment Variable | Mandatory | Allowed values | Default value | Notes |
195
199
| -------------------------------------------| -----------| ---------------------------------------| ---------------| ------------------------------------------------------------------------------|
You can’t perform that action at this time.
0 commit comments