Cypress v6.0.1 Release Notes
Release Date: 2020-11-30 // over 4 years ago-
๐ Released 11/30/2020
๐ Bugfixes:
- ๐ป Chromium based browsers on version 87 will no longer show recorded videos as frozen or blank. Fixes #9265.
- ๐ We fixed a regression introduced in 5.0.0 that would cause an
Option 'sourceMap' cannot be specified with option 'inlineSourceMap'
error to throw when settingsourceMap
in your tsconfig. Fixes #8477. - ๐
cy.screenshot()
no longer throws an"offset" is out of range
error when Cypress attempts to crop the image. Fixes #2034. - ๐
cy.screenshot()
types won't mistakenly display the command as deprecated. Fixes #9303. - ๐ Lower-cased HTTP methods can now be used with
cy.intercept()
. Fixes #9313.