MattMorgis / cypress-docker-images

Docker image with Cypress dependencies

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cypress Docker Images

These images provide all of the required dependencies for running Cypress in Docker.

We have two main images:

Image Default CI Build Description
cypress/base cypress/base:6 Docker Build Status All system dependencies, no browsers.
cypress/browsers cypress/browsers Docker Build Status All system dependencies and Chrome and Firefox browsers.

Of these images, we provide multiple tags for various operating systems and specific browser versions. These allow you to target specific combinations you need. We only provide browsers for Debian, but you can use our base images and build your own.

Name + Tag Node Operating System Dependences Browsers
cypress/base:4 4 Debian βœ… 🚫
cypress/base:6 6 Debian βœ… 🚫
cypress/base:8 8 Debian βœ… 🚫
cypress/base:centos7 6 CentOS βœ… 🚫
cypress/base:ubuntu16 6 Ubuntu βœ… 🚫
cypress/browsers:chrome63-ff57 6 Debian βœ… Chrome 63, FF 57

DockerHub

All of the images and tags are published to DockerHub here.

Examples

We utilize many of these docker images in our own projects, with different CI providers.

Check out our docs for a examples.

Contributing

See CONTRIBUTING.md

About

Docker image with Cypress dependencies


Languages

Language:JavaScript 71.7%Language:Shell 26.8%Language:HTML 1.5%