An open API service indexing awesome lists of open source software.

https://github.com/codedrivenmitch/cypress-ci-preinstalled

Docker image with Cypress preinstalled, so it works behind corporate proxies
https://github.com/codedrivenmitch/cypress-ci-preinstalled

Last synced: 5 months ago
JSON representation

Docker image with Cypress preinstalled, so it works behind corporate proxies

Awesome Lists containing this project

README

          

# cypress-ci-preinstalled

Preinstalled docker image with Cypress 3.0.2.

To run this in your CI the following should be set as environment Variables:

CYPRESS_BINARY_VERSION=""
CYPRESS_INSTALL_BINARY="0"
CYPRESS_RUN_BINARY="/root/.cypress/Cypress/3.0.2/Cypress"

This will skip installing Cypress and use the preinstalled version when running