Skip to content

Files

Latest commit

873ef96 · Sep 30, 2021

History

History
This branch is 382 commits behind cypress-io/cypress-docker-images:master.

16.1.0

cypress/base:16.1.0

A Docker image with all dependencies pre-installed. Just add your NPM packages (including Cypress) and run the tests. See Cypress Docker docs and Cypress CI guide.

Example

Sample Dockerfile

FROM cypress/base:16.1.0
RUN npm install --save-dev cypress
RUN $(npm bin)/cypress verify
RUN $(npm bin)/cypress run