All Projects → cypress-io → Cypress Docker Images

cypress-io / Cypress Docker Images

Licence: mit
Docker images with Cypress dependencies and browsers

Projects that are alternatives of or similar to Cypress Docker Images

Trashemail
A hosted disposable email telegram bot; Extremely privacy friendly; Proudly hosted for community.
Stars: ✭ 408 (-26.35%)
Mutual labels:  docker-image
Kraken
P2P Docker registry capable of distributing TBs of data in seconds
Stars: ✭ 4,849 (+775.27%)
Mutual labels:  docker-image
Nginx Rtmp Docker
Docker image with Nginx using the nginx-rtmp-module module for live multimedia (video) streaming.
Stars: ✭ 506 (-8.66%)
Mutual labels:  docker-image
Docker Pm2
🐳 Official Docker Image for PM2 runtime
Stars: ✭ 412 (-25.63%)
Mutual labels:  docker-image
Docker Aosp
🏗 Minimal Android AOSP build environment with handy automation wrapper scripts
Stars: ✭ 440 (-20.58%)
Mutual labels:  docker-image
Klar
Integration of Clair and Docker Registry
Stars: ✭ 480 (-13.36%)
Mutual labels:  docker-image
Gitlab Ci Android
GitLab CI image for building Android apps
Stars: ✭ 399 (-27.98%)
Mutual labels:  docker-image
Community Skeleton
UVDesk Opensource Community Helpdesk Project built for all to make a full Ticketing Support System along with many more other features.
Stars: ✭ 540 (-2.53%)
Mutual labels:  docker-image
Uwsgi Nginx Docker
Docker image with uWSGI and Nginx for applications in Python 3.5 and above and Python 2.7 (as Flask) in a single container. Optionally with Alpine Linux.
Stars: ✭ 466 (-15.88%)
Mutual labels:  docker-image
Docker Pytorch
A Docker image for PyTorch
Stars: ✭ 505 (-8.84%)
Mutual labels:  docker-image
Magento2
Docker Image to Magento 2 local development in Mac, Linux and Windows
Stars: ✭ 412 (-25.63%)
Mutual labels:  docker-image
Containers
Bioinformatics containers
Stars: ✭ 435 (-21.48%)
Mutual labels:  docker-image
Dnscrypt Server Docker
A Docker image for a non-censoring, non-logging, DNSSEC-capable, DNSCrypt-enabled DNS resolver
Stars: ✭ 483 (-12.82%)
Mutual labels:  docker-image
Docker Ipsec Vpn Server
Docker image to run an IPsec VPN server, with IPsec/L2TP, Cisco IPsec and IKEv2
Stars: ✭ 4,356 (+686.28%)
Mutual labels:  docker-image
Apisprout
Lightweight, blazing fast, cross-platform OpenAPI 3 mock server with validation
Stars: ✭ 519 (-6.32%)
Mutual labels:  docker-image
Arch Delugevpn
Docker build script for Arch Linux base with Deluge, Privoxy and OpenVPN
Stars: ✭ 404 (-27.08%)
Mutual labels:  docker-image
Bitnami Docker Wordpress
Bitnami Docker Image for WordPress
Stars: ✭ 476 (-14.08%)
Mutual labels:  docker-image
Docker Documentserver
ONLYOFFICE Document Server is an online office suite comprising viewers and editors for texts, spreadsheets and presentations, fully compatible with Office Open XML formats: .docx, .xlsx, .pptx and enabling collaborative editing in real time.
Stars: ✭ 549 (-0.9%)
Mutual labels:  docker-image
Spekt8
Visualize your Kubernetes cluster in real time
Stars: ✭ 545 (-1.62%)
Mutual labels:  docker-image
Docker Yapi
接口管理平台 YApi 的 Docker 镜像。
Stars: ✭ 479 (-13.54%)
Mutual labels:  docker-image

Cypress Docker Images CircleCI

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

We build three main images, click on the image name to see the available tags and versions.

Image Default Description Monthly pulls
cypress/base cypress/base:12 All operating system dependencies, no Cypress, and no browsers. Docker Pulls
cypress/browsers cypress/browsers:chrome67 All operating system dependencies and some browsers. Docker Pulls
cypress/included cypress/included:3.2.0 All operating system dependencies, Cypress, and some browsers installed globally. Docker Pulls

Of these images, we provide multiple tags for various operating systems and specific browser versions. These allow you to target specific combinations you need.

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:12 than cypress/base. Even better it is to use full version of the image, like cypress/base:12.18.0 - we will never overwrite the existing Docker images to prevent accidental changes.

DockerHub

All of the images and tags are published to DockerHub under

Examples

These images have all dependencies necessary to install and run Cypress. Just install your 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.

If you want to use the cypress/included image, read Run Cypress with a single Docker command

Common problems

Cannot run post-install hook

Some versions of Node restrict running the postinstall hook with the following error message:

lifecycle [email protected]~postinstall: cannot run in wd [email protected]

In that case run install with npm install --unsafe-perm flag, or set an environment variable in the container

npm_config_unsafe_perm: true

Blank screen in Chrome

When running headed tests with X11 forwarding in Cypress v4 you might see a blank Chrome screen. Try disabling memory sharing by setting the following environment variables:

export QT_X11_NO_MITSHM=1
export _X11_NO_MITSHM=1
export _MITSHM=0

See issue #270

Contributing

See CONTRIBUTING.md

License

See LICENSE

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].