Skip to content

Latest commit

 

History

History
 
 

10.11.0

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

cypress/base:10.11.0

Example

Sample Dockerfile

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