Skip to content

Latest commit

 

History

History
 
 

chrome67

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

cypress/browsers:chrome67

A complete image with all dependencies for Cypress included browsers Chrome 67

Dockerfile

Example

If you want to build your image

FROM cypress/browsers:chrome67
RUN npm i cypress
RUN $(npm bin)/cypress run --browser chrome

This image uses the root user. You might want to switch to non-root user when running this container for security.