0.6.8
Released Released on June 4, 2015
Features:
cy.clearCookie()andcy.clearCookies()have been added as new commands.Cypress will automatically clear all cookies before each test run.
Named the spec + app iframe so that inside of Chrome Dev Tools the iframe selector will clearly distinguish which iframe is your application versus Cypress.
Bugfixes:
Hitbox is no longer covered up by element layers on DOM revert.
Finally tracked down and fixed edge case causing empty view to display when tests were not empty. Fixes #13
Misc:
cy.visit()now accepts{log: false}to prevent logging out (useful in custom commands).cy.contains()is now scoped by default to the<body>instead ofdocumentwhich prevents it from returning elements in theheadliketitle.