Skip to content

Latest commit

 

History

History
 
 

12.16.2

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

cypress/base:12.16.2

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:    v12.16.2
npm version:     6.14.5
yarn version:    1.22.4
debian version:  10.3
user:            root

Example

Sample Dockerfile

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