Browser cache size handling #9450
Unanswered
ifilatov
asked this question in
Questions and Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've found that my app in Cypress-controlled browser downloads most of js scripts every time I open new iframe (within same test, so no cache clean), while "manual" Chrome uses disk cache (and thus works faster). Is there any way to allow Cypress-controlled Chrome to use disk cache or to increase its memory cache size?
Beta Was this translation helpful? Give feedback.
All reactions