Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 529 Bytes

File metadata and controls

20 lines (13 loc) · 529 Bytes

cypress/browsers:node10.2.1-chrome74

A complete image with all operating system dependencies for Cypress and Chrome 74 browser

Dockerfile

Note: this image is mostly used for internal building and testing of Cypress test runner v3.3.x

Example

If you want to build your image

FROM cypress/browsers:node10.2.1-chrome74
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.