tree: 52d928c1f7a2059fec9bc2296cd11ea5cb7b0f65 [path history] [tgz]
  1. base/
  2. browsers/
  3. test/
  4. .gitignore
  5. CODE_OF_CONDUCT.md
  6. CONTRIBUTING.md
  7. README.md
cypress-docker/README.md

Cypress Docker Images

./node_modules/.bin/stop-only cypress

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

We have two main images:

ImageDefaultCI BuildDescription
cypress/basecypress/base:8Docker Build StatusAll system dependencies, no browsers.
cypress/browserscypress/browsersDocker Build StatusAll 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 + TagNodeOperating SystemDependencesBrowsers
cypress/base:44Debian🚫
cypress/base:66Debian🚫
cypress/base:88Debian🚫
cypress/base:1010Debian🚫
cypress/base:centos76CentOS🚫
cypress/base:ubuntu166Ubuntu🚫
cypress/browsers:chrome65-ff578DebianChrome 65, 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 examples.

Contributing

See CONTRIBUTING.md