Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 404 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 404 Bytes

cypress/base:13.6.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:13.6.0
RUN npm install --save-dev cypress
RUN $(npm bin)/cypress verify
RUN $(npm bin)/cypress run