Skip to content

Commit 8c59c0b

Browse files
authored
Merge pull request #181 from dahrens/enhance_behat_docs
Enhance docs on `MOODLE_DOCKER_BROWSER`
2 parents 9a6a341 + c24a115 commit 8c59c0b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,10 @@ Started at 25-05-2017, 19:04
8383
```
8484

8585
Notes:
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
|-------------------------------------------|-----------|---------------------------------------|---------------|------------------------------------------------------------------------------|

0 commit comments

Comments
 (0)