Jennifer Shehane
Jennifer Shehane
I would refer to this issue in Cypress for this one: https://github.com/cypress-io/cypress/issues/3324 Cypress's current recommendation is to only take screenshots for comparison during `cypress run`. There's further explanation here: https://github.com/cypress-io/cypress/issues/3324#issuecomment-542414532...
Yes, this is open to be picked up by anyone to add to the docs. 🙌
That is what the code above should do. This only works for iframe of the same origin of the main application under test though.
Related: https://github.com/cypress-io/cypress-documentation/issues/558
@bahmutov Sorry I misinterpreted some things from the original comment about support. I think that if we are going to discourage turning off Chrome Web Security then we need to...
The example is linked in the comment above. Will paste the content here: Example `index.html` of my test application, but essentially when a button is clicked, a window prompt appears....
@hazim Sure!
Yeah, I had pm'd @bahmutov about this before. Not sure what's up with his dep.
@prat3ik Thanks for the contribution! Could you please sign our CLA?
Yah, it seems this recipe does not have an `index.html` so there is no handling of visiting `http://localhost` by itself. You have to explicitly visit the pages you want like...