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