tree: 6458bf4055825c0f35d5a1bdfc4b4b5992e3291f [path history] [tgz]
  1. build.sh
  2. Dockerfile
  3. README.md
cypress-docker/browsers/chrome65-ff57/README.md

cypress/browsers:chrome65-ff57

A complete image with all dependencies for Cypress included browsers Chrome, Firefox

Dockerfile

Example

If you want to build your image

FROM cypress/browsers:chrome65-ff57
RUN npm i cypress
RUN firefox --version
RUN $(npm bin)/cypress run --browser chrome
RUN $(npm bin)/cypress run --browser firefox

This image uses the root user. You might want to switch to non-root user when running this container for security.