Skip to content

9.2.1

Compare
Choose a tag to compare
@ryanthemanuel ryanthemanuel released this 10 Jan 23:41
d227420

Released 1/10/2022

Bugfixes:

  • Fixed a regression in 9.2.0 to keep
    Cypress open after each spec finishes when the --headed --no-exit flags are
    passed to cypress run. Fixes
    #19485.
  • Improve heuristic for verifying when the --openssl-legacy-provider option
    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_TIMEOUT environment variable as a number
    so Cypress will no longer throw
    TypeError: Expected the timeout option to be a non-negative integer. Fixes
    #19476.

Dependency Updates: