0.17.7
Released Released on October 11, 2016
Features:
There is now a new
chromeWebSecurityoption you can set incypress.jsonto turn off Chrome's Web Security features. We've written a brand new reference that details why and how you could use this. Cypress Web Security. This option can be used for accessingcross origin<iframes>or if your application needs to test navigation across super domains. Fixes #262.
Bugfixes:
We now capture
cross originerrors correctly instead of these showing asUncaught DOMExceptionsin the console. Fixes #261.We no longer trash the wrong folder on OSX in-app updates (when a project is open). Sorry about this! Fixes #260.
cy.visit()urls with domain-like segments (which weren't actually the domain) no longer cause Cypress to think you're trying to navigate to a different superdomain. Fixes #255.