aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
blob: 4b24e2d80355a39ea130aa5cdf817080e5ce7f1c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# Docker Puppeteer

A 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.

## Versions

See the list of [Docker Hub tags](https://hub.docker.com/r/buildkite/puppeteer/tags/) for Puppeteer versions available.

## Example

See the [example directory](example) for a complete Docker Compose example, showing how to run Puppeteer against a linked Docker Compose web service.