10.2.0
Released Released on June 20, 2022
Features:
Cypress is now available natively on Apple silicon, including the M1 and M2 processor families. For more details, read our blog post. Addresses #19908.
Cypress is now available natively on ARM64 and AArch64 systems running Linux. Addresses #4478.
The file name input field within the Create Spec modal is now automatically focused when the modal is opened. Addresses #21865.
Bugfixes:
Suppressed a misleading Chromium warning about CertVerifyProcBuiltin that would appear when visiting HTTPS sites in Cypress. Fixed #22128.
Users will be able to see the custom reason-phrase in the HTTP response if the custom reason-phrase is set. Otherwise, a default status message is returned based on the corresponding status code as earlier. Fixed #16973.
Fixed an issue where Cypress would crash with an EMFILE error if the process ran into the file descriptor limit. Fixed #22023.
Fixed an issue causing a "nohoist config is ignored" warning when installing cypress with yarn. Fixed #22147.
Spec directories and file names on the Specs page are now truncated if they exceed their column width. Fixed #21895.
Updated the file links in error views to wrap appropriately and no longer overflow their containers. Fixed #22103.
The Cypress v10 introduction video will now be skipped if loading the video takes longer than 3 seconds. Fixed #21955.
Updated the warning banner to use language consistent with the rest of the Cypress application. Addressed in #21551.
Dependency Updates:
Upgraded the bundled
electronversion shipped with Cypress from18.0.4to18.3.0. Addressed in #22252.