13.11.0
Released Released on June 3, 2024
Performance:
Improved performance when setting console props within
Cypress.log. Addressed in #29501.
Features:
Added support for Next.js 14 for component testing. Addresses #28185.
Added an
IGNORE_CHROME_PREFERENCESenvironment variable to ignore Chrome preferences when launching Chrome. Addresses #29330.
Bugfixes:
Fixed a situation where the Launchpad would hang if the project config had not been loaded when the Launchpad first queries the current project. Fixes #29486.
Pre-emptively fix behavior with Chrome for when
unloadevents are forcefully deprecated by usingpagehideas a proxy. Fixes #29241.
Misc:
Enhanced the type definitions available to
cy.intercept()andcy.wait(). Thebodyproperty of both the request and response in an interception can optionally be specified with user-defined types. Addresses #29507.