Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 399 Bytes

File metadata and controls

18 lines (12 loc) · 399 Bytes

cypress/browsers:chrome69

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

Dockerfile

Example

If you want to build your image

FROM cypress/browsers:chrome69
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.