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
- Host: GitHub
- URL: https://github.com/codedrivenmitch/cypress-ci-preinstalled
- Owner: CodeDrivenMitch
- Created: 2018-06-29T13:27:23.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-29T13:32:42.000Z (almost 8 years ago)
- Last Synced: 2025-01-31T15:11:10.590Z (over 1 year ago)
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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