1.0.2

Released Released on October 12, 2017

Bugfixes:

  • cy.type now correctly fires change events on React 16. Fixes #647.

  • Fixed some problems serializing objects during domain change caused by circular references. In this case zone.js was the culprit. Fixes #741.

Misc:

  • cy.scrollTo now logs its coordinates when options are used. Fixes #725.

  • You can now use environment variables that have a = character as values. Fixes #620.

  • There is now a new videoUploadOnPasses configuration option in cypress.json. Turning this off will only compress and upload videos on failures. This only affects projects which are setup to record to the Dashboard. Fixes #460.

Documentation Changes: