Sign inSign up

doalitic/cypress-base

By doalitic

Updated over 8 years ago

Base image with all required dependencies for running Cypress.

Image
0

114

doalitic/cypress-base repository overview

doalitic/cypress-base

Base 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 Node.js version they contain.

ImageNode.jsBrowsersStatus
doalitic/cypress-base:88.11-Docker Build Status

Usage

Example Dockerfile to install and run Cypress.

FROM doalitic/cypress-base:8

RUN npm install cypress
RUN $(npm bin)/cypress run

Tag summary

Content type

Image

Digest

Size

336 MB

Last updated

over 8 years ago

docker pull doalitic/cypress-base:8