10.0.1

Released Released on May 31, 2022

Bugfixes:

  • The inline spec list is now scrollable. Fixed #21995

  • .check() and .uncheck() will now properly remove the indeterminate state from checkboxes. Fixed #21665

  • An error will no longer throw warning that cypress isn't a module after migrating a project's configuration file when using the direct download of Cypress. Fixed #2199

  • Cypress will now throw a more description error when TypeScript errors are encountered when reading a cypress.config.ts file. Addressed in #22009, Related to #21997 & #22004

  • We now more correctly handle EPERM errors related to chokidar watching files when there are permission issues. Fixed #22002

  • The migration step for support file is no longer shown when the user had a custom support file path. Fixed #22012

  • Styles are now applied correctly after a user views the runs page and returns to the specs list. Fixed #21931

Misc:

  • Updated messaging displayed when the experimentalStudio configuration is found. Addresses #22008