Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 602 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 602 Bytes

cypress/base:10.0.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.

node version:    v10.0.0
npm version:     6.14.5
yarn version:    1.22.4
debian version:  8.10
user:            root

Example

Sample Dockerfile

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