-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Support mocking of iframe document response #2818
Comments
Currently, |
Released in This comment thread has been locked. If you are still experiencing this issue after upgrading to |
The features requested in this issue are now possible as part of
Please see the If you encounter any issues or unexpected behavior while using |
With
cy.route
it seems like document responses (GET-document requests) can not be mocked/replaced with fixture.The use case is for having an foreign iframe embedded on our site and wanting to test our interaction with that iframe. But I can not reliably run the foreign iframe document in our tests.
It would be nice if (at least for relative paths, aka own domain) these responses could me mocked in cypress. If that's already possible with
cy.route
, please let me know.The text was updated successfully, but these errors were encountered: