15.7.1

Released Released on December 1, 2025

Performance:

  • Improved performance when viewing command snapshots in the Command Log. Element highlighting is now significantly faster, especially when highlighting multiple elements or complex pages. This is achieved by reducing redundant style calculations and batching DOM operations to minimize browser reflows. Addressed in #32951.

Bugfixes:

  • Updated the error message shown when the cy.prompt() bundle is deleted while in use. Ensured that the Cloud bundles are written atomically to avoid concurrent downloads causing issues. Addressed in #33034.

Dependency Updates:

  • Upgraded yargs-unparser from 1.6.0 to 1.6.4 (which upgraded flat from 4.1.1 to 5.0.2) to resolve CVE-2020-36632. Addressed #27763.