7.7.0
Released Released on July 6, 2021
Features:
When using
experimentalStudio, Cypress Studio can now copy all commands generated to your clipboard. Addressed in #16912.
Bugfixes:
Cypress now respects
preventScrolloptions passed toelement.focus()calls within the application under test. Fixes #15294.Using
.contains(0)will now show the zero in the Command Log. Fixes #1119.Cypress will no longer show a warning about allowed keys for the
showedOnBoardingModalwhen runningcypress open. Fixes #17095.The Cypress Studio introduction modal will now display with the correct styling. Fixes #17102.
The types for
.contains()now correctly allow for theincludeShadowDomoption. Fixes #17066.
Misc:
We updated the messaging when Cypress fails to start to be clearer that it's not always due to a dependency missing. Addresses #17112.