13.2.0
Released Released on September 11, 2023
Features:
Adds support for Nx users who want to run Angular Component Testing in parallel. Addressed in #27723.
Bugfixes:
Edge cases where
cy.intercept()would not properly intercept and asset response bodies would not properly be captured for Test Replay have been addressed. Addressed in #27771.Fixed an issue where
enter,keyup, andspaceevents were not triggeringclickevents properly in some versions of Firefox. Addressed in #27715.Fixed a regression in
13.0.0where tests using Basic Authorization can potentially hang indefinitely on chromium browsers. Addressed in #27781.
Dependency Updates:
Upgraded Electron from
21.0.0to25.8.0, which updates bundled Chromium from106.0.5249.51to114.0.5735.289. Additionally, the Node version binary has been upgraded from16.16.0to18.15.0. This does NOT have an impact on the node version you are using with Cypress and is merely an internal update to the repository & shipped binary. Addressed in #27715. Addresses #27595.