10.1.0

Released Released on June 9, 2022

Features:

  • Cypress will show an improved error message when running cypress run --ct when component testing has not been configured. Fixed #21909

Bugfixes:

  • Added support for TypeScript projects using "type": "module" using ts-node/esm. Fixed #22096, #21939, and #22074

  • Users can now run multiple specs with cypress run in headed mode on linux and windows in chrome. Fixed #22155

  • The baseUrl config option will now restart the Cypress server automatically when it is updated in a Cypress config file. Fixed #22056

  • The supportFile can now be detected within projects that contain glob syntax characters in their absolute paths. Fixed #22040

  • Selector Playground "copy to clipboard" now copies full command rather than just the selector. Fixed #22043

  • The clickable area for the specs list has been expanded to include the entire row. Fixed #22105

  • Removed the trailing period from the "Learn More" button. Fixed #21807

  • Clicking the application under test url will now open the application in another tab. Fixed #21823