This repository has been archived by the owner on May 20, 2024. It is now read-only.
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.5.0
->4.6.0
Release Notes
cypress-io/cypress
v4.6.0
Compare Source
Released 5/20/2020
Features:
@cypress/webpack-preprocessor
should upgrade to v5.4.1 or later of the package which will correctly inline source maps. Addresses #881, #1761 and #3966.experimentalSourceRewriting
configuration option totrue
. Addresses #5273.have.text
,have.id
,have.data
,have.value
, andhave.attr
assertions chainers are now automatically cast to strings for comparison. Addresses #7314.Bugfixes:
module: commonJS
which Node.js and the browser expect. This fixes a situation where setting a different module in atsconfig.json
would cause errors to throw if you hadexport
,import
orasync
keywords in your code. Fixes #7005, #7011, #7043, and #7151.experimentalSourceRewriting
is enabled, settinglocation
orlocation.href
to a relative href, or usinglocation.replace
orlocation.assign
with a relative href will no longer navigate the AUT to the wrong URL. Fixes #3975 and #3994.experimentalSourceRewriting
is enabled, the use ofwindow.top
andwindow.parent
will no longer cause the AUT to break out of the Cypress iframe. Fixes #5271 and #1467.experimentalSourceRewriting
is enabled, calls towindow.frames
,window.parent.frames
, and otherframes
will no longer point to the wrong reference after being proxied through Cypress. Fixes #2664.experimentalSourceRewriting
is enabled, scripts using theintegrity
attribute for sub-resource integrity (SRI) will now load after being proxied through Cypress. Fixes #2393.experimentalSourceRewriting
is enabled, the use ofdocument.location
to set the URL will no longer navigate the AUT to the wrong URL. Fixes #7402..click
will now click in the correct coordinates when either x or y coordinate options are zero. Fixes #7319.onError is not a function
when a browser can't connect. Fixes #7217.force: true
option to.select()
to select options within a disabled<select>
. Addresses #107..select()
an<option>
within a disabled<optgroup>
. Fixes #7226.Cypress._.capitalize
now correctly behaves the same as Lodash's capitalize method. Fixes #7222.experimentalComponentTesting
is enabled, clicking on a component spec now watches the correct file without assuming it is an integration file. Fixes #7244.cy.visit()
. Fixes #6193.Misc:
--version
command when looking for available browsers from 5 seconds to 30 seconds. Addressed in #7366.Cypress.ConfigOptions
types as a partial of the full options interface. Addresses #7238.Dependency Updates:
@cypress/browserify-preprocessor
from2.2.2
to2.2.3
. Addressed in #7291.cookie-parser
from1.4.4
to1.4.5
. Addressed in #7389.cypress-multi-reporters
from1.2.4
to1.4.0
. Addressed in #7431.electron
from8.2.3
to8.3.0
. Addressed in #7236 and #7387.image-size
from0.7.4
to0.8.3
. Addressed in #7236.jimp
from0.9.3
to0.12.0
. Addressed in #7408.return-deep-diff
from0.3.0
to0.4.0
. Addressed in #7292.Renovate configuration
📅 Schedule: "every weekend" 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.
This PR has been generated by WhiteSource Renovate. View repository job log here.