diff options
-rw-r--r-- | README.md | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -9,7 +9,7 @@ See the list of [Docker Hub tags](https://hub.docker.com/r/buildkite/puppeteer/t | |||
9 | Dockerfile.integration-tests: | 9 | Dockerfile.integration-tests: |
10 | 10 | ||
11 | ```Dockerfile | 11 | ```Dockerfile |
12 | FROM buildkite/puppeteer:version | 12 | FROM buildkite/puppeteer:latest |
13 | RUN npm i mocha | 13 | RUN npm i mocha |
14 | ENV PATH="${PATH}:/node_modules/.bin" | 14 | ENV PATH="${PATH}:/node_modules/.bin" |
15 | ``` | 15 | ``` |
@@ -83,6 +83,7 @@ describe('App', () => { | |||
83 | 83 | ||
84 | Running: | 84 | Running: |
85 | 85 | ||
86 | ``` | 86 | ```shell |
87 | docker-compose -f integration-tests run tests | 87 | docker-compose -f docker-compose.integration-tests.yml run tests |
88 | ls screenshots/ | ||
88 | ``` | 89 | ``` |