Current behavior:
Using { "chromeWebSecurity": false } is not being respected when the test is running since the upgrade from Chrome 66 -> 67.
CypressError: Cypress detected a cross origin error happened on page load:
Blocked a frame with origin "url" from accessing a cross-origin frame.
Before the page load, you were bound to the origin policy:
url2
Desired behavior:
Previously the bypass would allow the test to run and pass over the error
Steps to reproduce:
https://github.com/jjp390/cypress-test-tiny
From here, run npx cypress open and then run the test spec.js and it will throw the error at the end despite the added file in cypress.json
Versions
Cypress 3.0.1, OSX 10.13.5, Chrome 67
Current behavior:
Using
{ "chromeWebSecurity": false }is not being respected when the test is running since the upgrade from Chrome 66 -> 67.Desired behavior:
Previously the bypass would allow the test to run and pass over the error
Steps to reproduce:
https://github.com/jjp390/cypress-test-tiny
From here, run
npx cypress openand then run the test spec.js and it will throw the error at the end despite the added file in cypress.jsonVersions
Cypress 3.0.1, OSX 10.13.5, Chrome 67