-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update dependency cypress to v9.7.0 - autoclosed #486
Conversation
✅ Deploy Preview for practical-hodgkin-4543e2 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
94cd3df
to
c4a5ccf
Compare
c4a5ccf
to
c15647f
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
c15647f
to
461a47e
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
461a47e
to
d43244a
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
d43244a
to
f5e8515
Compare
f5e8515
to
91418d0
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
91418d0
to
a0dfb6f
Compare
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: package-lock.json
|
Quality Gate passedIssues Measures |
This PR contains the following updates:
9.5.4
->9.7.0
Release Notes
cypress-io/cypress (cypress)
v9.7.0
Compare Source
Released 5/23/2022
Features:
Addressed in #21418.
Deprecations:
Cypress.Cookies.preserveOnce()
andCypress.Cookies.defaults()
CypressAPIs have been deprecated. In a future release, support for
Cypress.Cookies.preserveOnce()
andCypress.Cookies.defaults()
will beremoved. Consider using the experimental
cy.session()
command instead to cache and restorecookies and other sessions details between tests. Fixed
#21333.
Bugfixes:
cy.contains()
command to correctlyerror and retry if the provided regex pattern begins with an equal sign and a
match was not initially found. Previously the command would incorrectly fail
with a syntax error. Fixed
#21108.
cy.session()
command log grouping and validation verbiage.This change provides better insights to logs associated with the command.
Fixed #21377.
eventemitter2
third-party type definitions fromcy
andCypress
that were unintentionally exposed. Fixed
#20556.
Dependency Updates:
16.5.0
to16.13.2
. Addressed in#21418.
cypress run
and whenselecting Electron browser in
cypress open
from94.0.4606.81
to100.0.4896.75
. Addressed in#21418.
electron
dependency from15.5.1
to18.0.4
. Addressed in#21418.
v9.6.1
: 9.6.1Compare Source
Released 5/9/2022
Bugfixes:
Fixed #19793.
body in the command log. Fixed
#21361.
cy.contains()
and.should('contain', ...)
to handle finding text thatcontains backslash characters. Fixed
#19116
.type('{enter}')
to support sending the Enterkeystroke to submit buttons that are not rendered within a form html element,
but are associated with a form via the
form
attribute. Fixed#21163.
cy.session()
such that re-running tests in open modewill now correctly recreate a session. Before this change, an error was thrown
indicating the saved
setup
function was not a function because it wasserialized. Fixed
#17805.
v9.6.0
: 9.6.0Compare Source
Released 4/25/2022
Features:
cy.origin()
command. This feature allows you to testacross different origins or domains within a single test. This experiment was
designed to work side-by-side with the
cy.session()
experimental feature. You can turn on use of this command by setting the
experimentalSessionAndOrigin
configurationoption to
true
. For more details, readour blog post.
Addressed #17336 and
#944.
experimentalSessionAndOrigin
. Thisoption enables support for
cy.session()
andcy.origin()
.experimentalSessionSupport
configuration option has been removed andreplaced by the
experimentalSessionAndOrigin
configuration option. Pleaseupdate your configuration to use the new
experimentalSessionAndOrigin
option to continue to opt-in to this experimental feature.
experimentalSessionAndOrigin
is enabled, cross-origin requests willno longer immediately fail, but instead, time out based on the
pageLoadTimeout
configuration. This allows the request to be appropriately handled by the
cy.origin()
command.experimentalSessionAndOrigin
is enabled, Cypress will no longer waiton page loads between hooks before moving on to the next test.
Bugfixes:
to an input element when using
.type('{enter}')
. Fixed#21033.
or if it came from an error in a plugin before showing the error message.
Fixed #21010.
Cypress binary and the max file length is exceeded. Fixed in
#21047.
Cypress.Commands.add()
TypeScript types to better reflect theattributes of the
.add()
utility and the JQuery element, a possible previoussubject type. #20376.
Dependency Updates:
electron
dependency from15.3.5
to15.5.1
to consume fixesrelated to
improve performance on
macOS Big Sur and later. Addressed
#21068.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.