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_PREFERENCES environment 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 unload events are forcefully deprecated by using pagehide as a proxy. Fixes #29241.

Misc:

  • Enhanced the type definitions available to cy.intercept() and cy.wait(). The body property of both the request and response in an interception can optionally be specified with user-defined types. Addresses #29507.