prophit987 / cypress-docker-images

Docker images with Cypress dependencies and browsers

Home Page:https://on.cypress.io/continuous-integration

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:8 Docker Build Status All system dependencies, no browsers.
cypress/browsers cypress/browsers:chrome67 Docker Build Status All system dependencies and browser(s).

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:10 10 Debian βœ… 🚫
cypress/base:centos7 6 CentOS βœ… 🚫
cypress/base:ubuntu16 6 Ubuntu βœ… 🚫
cypress/browsers:chrome67 8 Debian βœ… Chrome 67
cypress/browsers:chrome69 10 Debian βœ… Chrome 69
cypress/browsers:chrome67-ff57 8 Debian βœ… Chrome 67, FF 57

Best practice

It is recommended to use a specific image tag, and not rely on the default tag. For example, it is better to use cypress/base:8 than cypress/base.

DockerHub

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

Examples

These images have all dependencies necessary to install and run Cypress. Just install NPM dependencies (including Cypress) and run the tests. We utilize many of these docker images in our own projects, with different CI providers.

Check out our docs for examples.

Contributing

See CONTRIBUTING.md

About

Docker images with Cypress dependencies and browsers

https://on.cypress.io/continuous-integration


Languages

Language:Dockerfile 67.6%Language:JavaScript 20.2%Language:Shell 11.8%Language:HTML 0.4%