Skip to content
This repository was archived by the owner on Jun 2, 2022. It is now read-only.

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 7, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
cypress 7.5.0 -> 7.7.0 age adoption passing confidence

Release Notes

cypress-io/cypress

v7.7.0

Compare Source

Released 07/07/2021

Features:

  • When using experimentalStudio, Cypress Studio can now copy all commands generated to your clipboard. Addressed in #​16912.

Bugfixes:

  • Cypress now respects preventScroll options passed to element.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 showedOnBoardingModal when running cypress 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 the includeShadowDom option. 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.

v7.6.0

Compare Source

Released 06/23/2021

Features:

  • You can now override the default delay between typing characters for .type() with Cypress.Keyboard.defaults() or via test configuration. Addresses #​566.
  • The experience when opening a new project via cypress open has been improved. Addressed in #​15826.
    • The scaffolded example files have been updated to include examples tests of the TodoMVC project.
    • You can now easily delete all of the scaffolded example files directly from the Test Runner GUI.
    • There's now a button to create a new spec file when no spec files are found in the project.
    • A new onboarding banner with be present with helpful links for new users and new projects.
  • The incoming request object yielded to request handler functions passed to cy.intercept() (req) now has a req.query property, which is a getter/setter for the query parameters on the request URL. Addresses #​16327.
  • You can now pass an ArrayBuffer as a request / response body with cy.intercept(). Addresses #​16722

Bugfixes:

  • Cypress no longer hangs intermittently when using webpack 5. Fixes #​15447.
  • It is no longer necessary to return the config from the plugins function when using the dev-server:start event for component testing. Fixes #​16860.
  • cy.intercept() now correctly sets the response body as a string instead of an ArrayBuffer when it contains multi-byte characters. Fixes #​16292.
  • cy.intercept() won't corrupt certain binary responses. Fixes #​16722.
  • On Windows, the Cypress executable is now code signed by "Cypress.io, Inc.". This fixes spawn UNKNOWN errors when launching Cypress with code signing required by policy on Windows. Fixes #​2543
  • We now warn on EPERM errors when accessing the project directory instead of erroring. Fixes #​16933.
  • Cypress now better handles running when browsers with unconventional versions are present on the machine. Fixes #​15485.
  • Expanded the types for CyHttpMessages.BaseMessage.headers to support the value being an array of strings. Fixes #​16734.

Dependency Updates:

  • Added enquirer dependency. Fixes #​16846.

Configuration

📅 Schedule: "before 3am on Monday" in timezone America/New_York.

🚦 Automerge: Enabled.

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.


  • If you want to rebase/retry this PR, check this box.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/cypress-7.x branch from 47fd78b to 1ce325f Compare July 7, 2021 17:53
@chrisbreiding chrisbreiding merged commit 9275d76 into master Jul 7, 2021
@renovate renovate bot deleted the renovate/cypress-7.x branch July 7, 2021 17:57
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants