chore(deps): update dependency cypress to v4.8.0 #3883
Merged
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:
4.7.0
->4.8.0
Release Notes
cypress-io/cypress
v4.8.0
Compare Source
Released 6/8/2020
Features:
Cypress.isBrowser()
has been expanded to allow for new matcher arguments to assist in filtering matching browsers. Addresses #7168.experimentalShadowDomSupport
option. See the Experiments page for more information. Addresses #144.Bugfixes:
before
andafter
hooks defined in completed suites no longer erroneously rerun. Fixes #1987.after
hooks now correctly display in the Test Runner's Command Log. Fixes #2296.Cannot read property '__error' of null
. Fixes #7518.cy.visit()
to an authenticated URL would error withRequest cannot be constructed from a URL that includes credentials: /__cypress/runner/./wasm/mappings.wasm
Fixes #7481.pluginsFile
orsupportFile
when they are TypeScript files. Fixes #7459.cy.on('fail', fn)
fail handler now display a stack trace and code frame pointing to the origin of the error. Fixes #7512..click()
now properly clicks on wrapped inline elements when the first child element in the parent element has no width or height. Fixes #7434 and #7012.cy.wrap()
now properly respects thetimeout
option. It also better handles situations when passed a promise that never resolves. Fixes #5980.experimentalComponentTesting
is enabled, Cypress will no longer exit with SIGABRT in certain situations. Fixes #7572.S
shortcut during.pause()
no longer does anything. This prevents the Test Runner from getting into a 'stuck' state. Fixes #6867.Misc:
Cypress.config()
now has TypeScript types for thetaskTimeout
option. Addresses #7531.cy.screenshot()
options andCypress.log()
have been updated to be more accurate. Addresses #7445.Cypress.automation
have been added. Addresses #7519.--browser
flag that is not supported by Cypress. Addresses #6979.Dependency Updates:
chrome-remote-interface
from0.28.1
to0.28.2
. Addressed in #7615.electron
from8.3.0
to8.3.1
. Addressed in #7599.Renovate configuration
📅 Schedule: "before 3am on Monday" (UTC).
🚦 Automerge: Disabled due to failing status checks.
♻️ 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 WhiteSource Renovate. View repository job log here.