Skip to content

Latest commit

 

History

History
 
 

12.0.0

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

cypress/base:12.0.0

Example

Sample Dockerfile

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