6.2.1
Released Released on January 3, 2021
Bugfixes:
Test retries, when retrying on several failed tests, will no longer cause hanging during
cypress run. Fixes #9040.multipart/form-datais no longer wrongly encoded when using cy.intercept(). This should preventUnexpected end of multipart dataerrors on the back end service where the request was pointing to. Fixes #9359.cy.contains() no longer throws an error when a single quote is used inside its argument when RegExp. Fixes #8626.
Passing
capture: 'runner'to a cy.screenshot() command inside .within() now screenshots the entire Test Runner as expected. Fixes #14253.Cypress.dom.isJquery() now always returns a boolean instead of
undefinedsometimes. Fixes #14278.calledOnceWithandcalledOnceWithExactlysinon matchers no longer throw an error when used within Cypress. Fixes #9644.We now pass
--disable-backgrounding-occluded-windowsas a default flag to Chrome to prevent backgrounding rendering when the Cypress window is occluded. Fixes #9604.
Misc:
After login, if a name is undefined on your profile, the Test Runner will show the profile's email and link to instructions to update the name. Addresses #14288.
Dependency Updates: