9.2.1
Released Released on January 9, 2022
Bugfixes:
Fixed a regression in 9.2.0 to keep Cypress open after each spec finishes when the
--headed --no-exitflags are passed tocypress run. Fixes #19485.Improve heuristic for verifying when the
--openssl-legacy-provideroption should be passed to the plugins' child process when the system Node version is v17+. This prevents Cypress from crashing when a user has Node 17 installed which was built with OpenSSL v1. Fixes #19320.Correctly cast the
CYPRESS_VERIFY_TIMEOUTenvironment variable as a number so Cypress will no longer throwTypeError: Expected the timeout option to be a non-negative integer. Fixes #19476.
Dependency Updates:
Update pinned resolution of
cli-table3from~0.6.0to~0.6.1to avoid problems with the bug introduced in the colors.js v1.4.44-liberty-2 release. Addresses #19624.