]> git.immae.eu Git - github/fretlink/docker-puppeteer.git/blame - README.md
Update README.md
[github/fretlink/docker-puppeteer.git] / README.md
CommitLineData
162d70f3
TL
1# Docker Puppeteer
2
a8f76dff
TL
3A Node + Puppeteer base image for running Puppeteer scripts. Add your own tools (such as Jest, Mocha, etc), link services you want to test via Docker Compose, and run your Puppeteer scripts with a headless Chromium.
4
40876fe8 5## Versions
162d70f3 6
40876fe8 7See the list of [Docker Hub tags](https://hub.docker.com/r/buildkite/puppeteer/tags/) for Puppeteer versions available.
162d70f3 8
40876fe8 9## Example
162d70f3 10
40876fe8 11See the [example directory](example) for a complete Docker Compose example, showing how to run Puppeteer against a linked Docker Compose web service.