Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 478 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 478 Bytes

cypress/base:10.16.3

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