14.3.1
Released Released on April 16, 2025
Performance:
Reduced the initial timeout for the preflight API request to determine proxy conditions from sixty seconds to five, and made this timeout duration configurable with the
CYPRESS_INITIAL_PREFLIGHT_TIMEOUTenvironment variable. Addresses #28423. Addressed in #31283.
Bugfixes:
The
cy.press()command no longer errors when used in specs subsequent to the first spec in run mode. Fixes #31466.Fixed an issue where certain proxy conditions prevented test runs from being recorded. Fixes #31485.
Misc:
Suppress benign warnings that reference OOM score of renderer. Addresses #29563. Addressed in #31521.
The UI of the reporter and URL were updated to a darker gray background for better color contrast. Addressed in #31475.
Fixed an issue where the error message output when attempting to install Cypress on an unsupported architecture included an outdated documentation link to Cypress system requirements. Fixes #31512.