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 status and git log subprocess calls during cypress run, which were collecting spec file git metadata only used in the interactive GUI. Fixed in #33552.

Bugfixes:

  • Fixed an issue where cy.intercept delay values >= 2**31 (approximately 24.8 days) were silently ignored by setTimeout. A clear validation error is now thrown for such values. Fixed in #33377. Fixes #33183.

Dependency Updates:

  • Upgraded node-forge from 1.3.x to ^1.4.0 to address CVE-2026-33896 vulnerability reported in security scans. Addressed in #33546.