0.18.6
Released 01/29/2017
Features:
- We now launch Cypress tests directly to the
baseUrlto avoid an initial page refresh when encountering the first cy.visit() command. This should help tests run faster. Fixes #382.
Bugfixes:
- Uninstalling the last used browser no longer causes the Test Runner to error and hang. Fixes #371.
- Fixed issue where
stdoutwould not be displayed on a completedcypress cirun. Fixes #398. - Fixed a longstanding issue in Cypress where logging in from another computer would kill the session on all other computers, and prevent you from accessing
cypress get:key(amongst other things). Fixes #400.
Misc:
- We now validate all of the configuration options set in
cypress.jsonto ensure it has valid types. Fixes #399. - We now validate that
baseUrlis accessible prior to running tests. This prevents a common situation where you may forget to boot your web server and have instantly failing tests. Fixes #383. - We now show the entire scaffolded tree of files when adding a brand new project. Fixes #401.
- We display errors coming from
babelwith more helpful information now. - Changed the Test Runner to use
JWTfor authorization. You will have to log in again.