15.14.0
Released Released on April 15, 2026
Performance:
Reduced browser memory growth during long interactive runs by clearing stored command log data (messages, URLs, snapshots, console props, and other fields—including custom
Cypress.logproperties) once tests age out ofnumTestsKeptInMemory, so the runner can reclaim memory and stay more responsive. Addressed in #33601.
Features:
Cypress now officially supports TypeScript 6. Addresses #33385 and #33511.
Adds Vite 8 support for component testing. Addresses #32550 and #33078.
Bugfixes:
Fixed an issue where Cypress tests in open mode would not pick up on modified
envvalues in the user's config file. Fixed in #33567. Fixes #33372.
Dependency Updates:
Upgraded
axiosto1.15.0to address CVE-2025-62718 and CVE-2026-40175 vulnerabilities reported in security scans. Fixes #33590.