]> git.immae.eu Git - github/fretlink/docker-puppeteer.git/blobdiff - example/README.md
Update README.md
[github/fretlink/docker-puppeteer.git] / example / README.md
diff --git a/example/README.md b/example/README.md
new file mode 100644 (file)
index 0000000..3f1c735
--- /dev/null
@@ -0,0 +1,17 @@
+# Docker Puppeteer Example
+
+This as an example of using the Docker Puppeteer docker image to run Mocha tests against a linked Docker Compose web service, and capturing a screenshot into a local `./screenshots` directory.
+
+## Running
+
+```shell
+# Clone this example
+git clone https://github.com/buildkite/docker-puppeteer.git
+cd docker-puppeteer/example
+
+# Build and run the example tests
+docker-compose -f docker-compose.integration-tests.yml run tests
+
+# See the screen that was generated
+ls screenshots/
+```