You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using a CI (Travis/Circle etc) the Cypress zip is downloaded, currently, the zip file is ~105mb for the current release https://cdn.cypress.io/desktop/1.4.1/osx64/cypress.zip
Desired behavior:
To have Cypress check a local folder to see and compare if the file located in a specific directory exists and matches the current version, if not download the latest replacing the previous.
Cypress cache could use either of these common folders, $HOME/.config or $HOME/.cache and add a Cypress folder to either of those top level folders.
How to reproduce:
n/a
Test code:
n/a
Additional Info (images, stack traces, etc)
n/a
The text was updated successfully, but these errors were encountered:
Is this a Feature or Bug?
Feature
Current behavior:
When using a CI (Travis/Circle etc) the Cypress zip is downloaded, currently, the zip file is ~105mb for the current release
https://cdn.cypress.io/desktop/1.4.1/osx64/cypress.zip
Desired behavior:
To have Cypress check a local folder to see and compare if the file located in a specific directory exists and matches the current version, if not download the latest replacing the previous.
Cypress cache could use either of these common folders,
$HOME/.config
or$HOME/.cache
and add a Cypress folder to either of those top level folders.How to reproduce:
n/a
Test code:
n/a
Additional Info (images, stack traces, etc)
n/a
The text was updated successfully, but these errors were encountered: