8.5.0
Released Released on September 26, 2021
Features:
You can now select an option by index within the
.select()command. Addresses #757.Cypress now captures the repository URL on Drone CI. Addresses #18210.
Bugfixes:
The download of Cypress now respects the
NO_PROXYenvironment variable when one is set. Fixes #17702.When using a custom config file and setting it up to record to the Dashboard, Cypress now writes the
projectIdin the custom config file instead ofcypress.json. Fixes #5747.
Misc:
Windows 32-bit has been deprecated and support will be removed in a later release. A deprecation warning will now display when using Cypress in a Windows 32-bit OS. See #17962 for more detail. Addresses #18094.
Improved the error messages when an invalid argument type is passed to the
.select()command. Addressed in #18234.