15.13.1
Released Released on April 6, 2026
Performance:
When recording to Cypress Cloud, the App now sends a smaller snapshot of your project config, which reduces payload size and can make Cloud recording faster. Addressed in #33517.
Eliminated unnecessary
git statusandgit logsubprocess calls duringcypress run, which were collecting spec file git metadata only used in the interactive GUI. Fixed in #33552.
Bugfixes:
Fixed an issue where
cy.interceptdelayvalues >= 2**31 (approximately 24.8 days) were silently ignored bysetTimeout. A clear validation error is now thrown for such values. Fixed in #33377. Fixes #33183.
Dependency Updates:
Upgraded
node-forgefrom1.3.xto^1.4.0to address CVE-2026-33896 vulnerability reported in security scans. Addressed in #33546.