Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for caching the Cypress downloaded package #1233

Closed
ntwb opened this issue Jan 26, 2018 · 2 comments
Closed

Add support for caching the Cypress downloaded package #1233

ntwb opened this issue Jan 26, 2018 · 2 comments

Comments

@ntwb
Copy link

ntwb commented Jan 26, 2018

  • Operating System: all
  • Cypress Version: all
  • Browser Version: n/a

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

@dschulten
Copy link

Also see #1300

@ntwb
Copy link
Author

ntwb commented Feb 27, 2018

Closing this in favour of #1300 as it's been triaged and labeled up

@ntwb ntwb closed this as completed Feb 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants