Current behavior:
npm install cypress downloads the cypress app binary
Desired behavior:
npm install cypress (or something like npm install @cypress/headless) does not install a binary, and only installs necessary dependencies for running tests headlessly on CI.
Additional Info (images, stack traces, etc)
Our CI configuration is pretty strict about what can be externally downloaded. It would be great if cypress could be run without needing to whitelist the cypress domain.
- Operating System: Linux centos
- Cypress Version: 1.4.1
- Browser Version: Chrome 63
Current behavior:
npm install cypressdownloads the cypress app binaryDesired behavior:
npm install cypress(or something likenpm install @cypress/headless) does not install a binary, and only installs necessary dependencies for running tests headlessly on CI.Additional Info (images, stack traces, etc)
Our CI configuration is pretty strict about what can be externally downloaded. It would be great if cypress could be run without needing to whitelist the cypress domain.