mirror of
https://github.com/cypress-io/cypress.git
synced 2026-04-23 15:39:28 -05:00
79c7a6c36a
* Mention HTTP_PROXY if download error occurs; fall back to NPM's proxy config in install * better debug logs * snap-shot-it@7.7.1 -> 7.8.0 * respect npm_config in server, add debug logs for proxy
43 lines
1.3 KiB
JavaScript
43 lines
1.3 KiB
JavaScript
exports['base url from CYPRESS_DOWNLOAD_MIRROR 1'] = `
|
|
https://cypress.example.com/desktop/0.20.2?platform=OS&arch=ARCH
|
|
`
|
|
|
|
exports['base url from CYPRESS_DOWNLOAD_MIRROR with subdirectory 1'] = `
|
|
https://cypress.example.com/example/desktop/0.20.2?platform=OS&arch=ARCH
|
|
`
|
|
|
|
exports['base url from CYPRESS_DOWNLOAD_MIRROR with subdirectory and trailing slash 1'] = `
|
|
https://cypress.example.com/example/desktop/0.20.2?platform=OS&arch=ARCH
|
|
`
|
|
|
|
exports['base url from CYPRESS_DOWNLOAD_MIRROR with trailing slash 1'] = `
|
|
https://cypress.example.com/desktop/0.20.2?platform=OS&arch=ARCH
|
|
`
|
|
|
|
exports['download status errors 1'] = `
|
|
Error: The Cypress App could not be downloaded.
|
|
|
|
Does your workplace require a proxy to be used to access the Internet? If so, you must configure the HTTP_PROXY environment variable before downloading Cypress. Read more: https://on.cypress.io/proxy-configuration
|
|
|
|
Otherwise, please check network connectivity and try again:
|
|
|
|
----------
|
|
|
|
URL: https://download.cypress.io/desktop?platform=OS&arch=ARCH
|
|
404 - Not Found
|
|
|
|
----------
|
|
|
|
Platform: darwin (Foo-OsVersion)
|
|
Cypress Version: 1.2.3
|
|
|
|
`
|
|
|
|
exports['latest desktop url 1'] = `
|
|
https://download.cypress.io/desktop?platform=OS&arch=ARCH
|
|
`
|
|
|
|
exports['specific version desktop url 1'] = `
|
|
https://download.cypress.io/desktop/0.20.2?platform=OS&arch=ARCH
|
|
`
|