Add note regarding re-initializing test container when `docker:down/up`.

This commit is contained in:
Julia Amosova 2020-09-18 15:26:50 -04:00
parent 24b987a409
commit 68c06683e7
1 changed files with 2 additions and 0 deletions

View File

@ -125,6 +125,8 @@ PW: password
- Run `npm run docker:down` when you are done with running e2e tests or when making any changes to test suite.
Note that running `npm run docker:down` and then `npm run docker:up` re-initializes the test container.
### How to run tests in headless mode
To run e2e tests in headless mode use the following command: