0.16.1
Released 05/22/2016
Features:
- Cypress.Cookies.debug() now works again. Additionally it provides much more feedback than it used to.
Cypress.Cookies.debug(true, {verbose: false})option has been added to remove verbose cookie object logging.
Bugfixes:
- Copy / Paste now works when logging in on OSX. Fixes #145.
- Grammar: 'Login -> Log in'. Fixes #146.
- Cypress now uses the body instead of headers to send external requests. Fixes #148.
- When .then() throws this no longer prevents the next test from issuing any commands. Fixes #149.
Misc: