Cypress throwing SecurityError
问题 I am currently running with Chrome 74 and trying to use Cypress to test a style-guide in my app. When I load up Cypress it throws this error: SecurityError: Blocked a frame with origin "http://localhost:3000" from accessing a cross-origin frame. Please let me know if there is a solution to this! I had tried to follow along with this: https://github.com/cypress-io/cypress/issues/1951 But nothing has changed/worked for me. :( My code is shown below: cypress/plugins/index.js module.exports = (on