Sign inSign up

doalitic/cypress-chrome

By doalitic

•Updated over 8 years ago

Chrome and all required dependencies for running Cypress.

Image
0

295

doalitic/cypress-chrome repository overview

⁠doalitic/cypress-chrome

Chrome images with all required dependencies for running Cypress in Docker. They're based on the official Cypress images⁠, but adapted to the development toolchain employed by the team in charge of the web front-end of Moss⁠.

⁠Images

All images are available on Docker Hub. They are tagged with the Chrome version they contain.

ImageNode.jsBrowsersStatus
doalitic/cypress-chrome:stable⁠8.11Chrome 65Docker Build Status

⁠Usage

Example Dockerfile to install and run Cypress.

FROM doalitic/cypress-chrome:stable

RUN npm install cypress
RUN $(npm bin)/cypress run --browser chrome

Tag summary

Content type

Image

Digest

Size

412.3 MB

Last updated

over 8 years ago

docker pull doalitic/cypress-chrome:stable