14.3.1: Faster preflight timeouts, plus cy.press() and recording fixes

Released Released on April 16, 2025

Cypress now gives up on an unreachable preflight request after 5 seconds instead of 60, so a Cloud hiccup no longer stalls the start of your run, and you can tune it with CYPRESS_INITIAL_PREFLIGHT_TIMEOUT. This release also stops cy.press() from erroring in later specs during cypress run and restores test recordings that proxy conditions were blocking.

Read the changelog