15.14.1
Released Released on April 20, 2026
Performance:
Fixed a memory leak in
cypress openwhere each spec rerun accumulated an additionaluncaughtExceptionlistener, preventing the previous Mocha runner — and all the objects it retained (commands, snapshots, logs) — from being garbage collected. Fixed in #33631.
Bugfixes:
Increased the limit for decrypted payloads to support large
cy.promptrequests and responses. Fixed in #33619.Fixed a race condition in
@cypress/vite-dev-serverwhere the Cypress iframe could attempt to import the support file before Vite had finished serving it, causing intermittent "Failed to fetch dynamically imported module" errors in component tests. The dev server now waits until the support file URL returns a successful response before signaling that it is ready. Addressed in #33487.Fixed an issue where early-exit crashes (such as config errors or renderer crashes) left the in-flight test with a generic failure instead of the actual fatal error. The fatal error is now attached to the failing test attempt so Cypress Cloud displays the underlying cause. Addressed in #33617.