Skip to content
This repository was archived by the owner on Nov 20, 2019. It is now read-only.

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

cypress/base:4

Example

Sample Dockerfile

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