Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 616 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 616 Bytes

cypress/base:12.18.4

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

Versions

node version:    v12.18.4
npm version:     6.14.8
yarn version:    1.22.10
debian version:  10.5
user:            root