Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 432 Bytes

File metadata and controls

18 lines (12 loc) · 432 Bytes

cypress/browsers:node8.15.1-chrome73

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

Dockerfile

Example

If you want to build your image

FROM cypress/browsers:node8.15.1-chrome73
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.