This repository was archived by the owner on Apr 5, 2024. It is now read-only.
chore(deps): update dependency cypress to v9.7.0 #351
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
9.5.4->9.7.0Release Notes
cypress-io/cypress
v9.7.0Compare 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.
eventemitter2third-party type definitions fromcyandCypressthat were unintentionally exposed. Fixed
#20556.
Dependency Updates:
16.5.0to16.13.2. Addressed in#21418.
cypress runand whenselecting Electron browser in
cypress openfrom94.0.4606.81to100.0.4896.75. Addressed in#21418.
electrondependency from15.5.1to18.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
formattribute. 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
setupfunction 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
experimentalSessionAndOriginconfigurationoption to
true. For more details, readour blog post.
Addressed #17336 and
#944.
experimentalSessionAndOrigin. Thisoption enables support for
cy.session()andcy.origin().experimentalSessionSupportconfiguration option has been removed andreplaced by the
experimentalSessionAndOriginconfiguration option. Pleaseupdate your configuration to use the new
experimentalSessionAndOriginoption to continue to opt-in to this experimental feature.
experimentalSessionAndOriginis enabled, cross-origin requests willno longer immediately fail, but instead, time out based on the
pageLoadTimeoutconfiguration. This allows the request to be appropriately handled by the
cy.origin()command.experimentalSessionAndOriginis 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:
electrondependency from15.3.5to15.5.1to consume fixesrelated to
improve performance on
macOS Big Sur and later. Addressed
#21068.
Configuration
📅 Schedule: Branch creation - "every weekend" (UTC), 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 has been generated by Mend Renovate. View repository job log here.