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
8383```
8484
8585Notes:
86+
8687* 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.
8790
8891## Use containers for running phpunit tests
8992
@@ -189,7 +192,8 @@ bin/moodle-docker-compose start
189192
190193## Environment variables
191194
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.
193197
194198| Environment Variable | Mandatory | Allowed values | Default value | Notes |
195199| -------------------------------------------| -----------| ---------------------------------------| ---------------| ------------------------------------------------------------------------------|
You can’t perform that action at this time.
0 commit comments