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.
when doing npx cypress cache list should print each cached binary version and when that version was used on that machine the last time (today, a day ago, a month).
This allows the user to clean or prune the cache intelligently removing Cypress versions that are no longer needed
The text was updated successfully, but these errors were encountered:
The code for this is done in cypress-io/cypress#6627, but has yet to be released.
We'll update this issue and reference the changelog when it's released.
Related to #6404
npx cypress cache list
should print each cached binary version and when that version was used on that machine the last time (today, a day ago, a month).This allows the user to clean or prune the cache intelligently removing Cypress versions that are no longer needed
The text was updated successfully, but these errors were encountered: