We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Some cypress cache wrong behavior?
examples
login.spec.js
cypress open
I tried to cypress cache clear and cypress install after. But it still the same What I'm doing wrong?
cypress cache clear
cypress install
Should be fixed
Cypress: 4.8.0 OSX: 10.15.5 Webstorm: 2020.1.2
The text was updated successfully, but these errors were encountered:
@boskiv Do you happen to use Service Workers? There are some issues with cache when testing an app using Service Workers. #702
I haven't really been able to reproduce this solely from the instructions given.
Sorry, something went wrong.
No, I'm not. It's just a one test.
You were right. There is a service worker
GET /some-service-worker.js 200 63.764 ms - -
No branches or pull requests
Current behavior:
Some cypress cache wrong behavior?
examples
directory, then remove all and create a new project in same root directory.login.spec.js
.cypress open
and run it againlogin.spec.js
but load file that does not exists anymore.I tried to
cypress cache clear
andcypress install
after. But it still the sameWhat I'm doing wrong?
Desired behavior:
Should be fixed
Test code to reproduce
Versions
Cypress: 4.8.0
OSX: 10.15.5
Webstorm: 2020.1.2
The text was updated successfully, but these errors were encountered: