Skip to main content

Docker

Images​

https://github.com/cypress-io/cypress-docker-images

This repo holds various Docker images for running Cypress locally and in CI.

There are Docker images:

  • cypress/base:<Node version> has the operating system dependencies required to run Cypress.
  • cypress/browsers:<tag> extends the base images with pre-installed browsers.
  • cypress/included:<Cypress version> extends the base images with pre-installed Cypress versions.

Examples​

NameDescription
GitLabRun Cypress tests in Docker on GitLab
CircleCI 2.0Run Cypress tests in Docker on Circle 2.0
CircleCI WorkflowsRun Multiple Cypress tests in parallel with Circle Workflows
Codeship ProRun Cypress tests in Docker on Codeship Pro
demo-docker-cypress-includedDemo running the complete Docker image cypress/included
cypress-example-docker-composeRun Cypress tests using docker-compose on CircleCI
cypress-open-from-docker-composeDemo running application and Cypress tests using docker-compose
cypress-tests-apache-in-dockerRun local Cypress tests against Apache running inside a Docker container
cypress-example-docker-compose-includedCypress example with docker-compose and cypress/included image
cypress-desktopRun Cypress with a desktop environment and noVNC in Docker

See also​