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.
See the list of Docker Hub tags for Puppeteer versions available.
See the example directory for a complete Docker Compose example, showing how to run Puppeteer against a linked Docker Compose web service.
- Create a new release on GitHub. The image is tagged with the same version as Puppeteer.
- Docker Hub automatically builds images for the tag.
- There is no step 3.