This repository has been archived by the owner on Jan 23, 2024. It is now read-only.
chore(deps): update dependency cypress to v4.12.1 #173
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.9.0
->4.12.1
Release Notes
cypress-io/cypress
v4.12.1
: 4.12.1Compare Source
Released 8/5/2020
Bugfixes:
Cannot set property 'err' of undefined
will no longer incorrectly throw when rerunning tests in the Test Runner. Fixes #7874.before
hook will now correctly run the tests in the suite following the skipped test. Fixes #8086.Dependency Updates:
md5
from2.2.1
to2.3.0
. Addressed in #8161.electron-context-menu
from0.15.1
to2.2.0
. Addressed in #8180.v4.12.0
: 4.12.0Compare Source
Released 8/3/2020
Features:
cypress run
by setting screenshotOnRunFailure in your configuration. Addresses #5029.pluginsFile
now has access to a readonlyversion
property within theconfig
object that returns the current Cypress version being run. This will allow plugins to better target specific Cypress versions. Addresses #6352.cypress open
, you can now run a subset of all specs by entering a text search filter and clicking 'Run n tests'. Addresses #6581.Bugfixes:
position: fixed
elements that have a parent withpointer-events: none
will now correctly evaluate as visible. Fixes #6675.attributeChangedCallback
to be triggered on custom elements. Fixes #7187.+
characters now properly run in Cypress. Fixes #5909.fx
shortcut incy.route()
, an error is now thrown when the fixture file cannot be found. Fixes #7818.Cannot read property '__error' of null
error when passing a file containingnull
content tocy.fixture()
. Fixes #8010.--env
via the command line are now properly read. Fixes #6891.experimentalSourceRewriting
is enabled, AST rewriting will no longer return an output before the body is done being written. This would happen when the response body was too large and the response would be sent while the body was still being modified. Fixes #8043..type()
, Cypress now properly types into an input within an iframe that auto focuses the input. Fixes #8111.Misc:
cypress
npm package are no longer pinned to a specific version. This allows the use ofnpm audit fix
to fix security vulnerabilities without needing a patch release from Cypress. Addresses #8046.CypressCommandLine
namespace. Addresses #7309..should()
command. Addresses #5573.expiry
property type is now a Number instead of a String. Addresses #8144.Dependency Updates:
jimp
from0.13.0
to0.14.0
. Addressed in #8102.moment
from2.26.0
to2.27.0
. Addressed in #8122.v4.11.0
: 4.11.0Compare Source
Released 7/21/2020
Features:
ensureScrollability: false
option to.scrollTo()
to skip checking whether the element is scrollable. Addresses #1924.cy.clock()
now accepts Dates as well as a Number for now. Fixes #7786.Bugfixes:
cypress run
on Windows will no longer fail trying to make a connection to the browser. Fixes #6392.Cannot read property 'isAttached' of undefined
error duringcypress run
on Firefox versions >= 75. Fixes #6813.invalid for option "size"
error. Fixes #6099.viewportHeight
orviewportWidth
from within the test configuration now properly changes the viewport size for the duration of the suite or test.config
within thepluginsFile
now sets the values correctly. Fixes #7959.cy.wait()
now reflects the correctrequestTimeout
andresponseTimeout
of the command. Fixes #7881.ELECTRON_EXTRA_LAUNCH_ARGS
askey=value
will now be properly read in. Fixes #7994.cy.route()
now correctly display as 'xhr stub' in the Test Runner's Command Log. Fixes #8018.Misc:
pluginsFile
andsupportFile
now mention that.ts
extensions are supported. Addresses #7940.Dependency Updates:
@benmalka/foxdriver
from0.4.0
to0.4.1
. Addressed in #8040.firefox-profile
from1.3.1
to2.0.0
. Addressed in #8000.fix-path
from2.1.0
to3.0.0
. Addressed in #8028.human-interval
from0.1.6
to1.0.0
. Addressed in #8031.lodash
from4.17.15
to4.17.19
. Addressed in #7954.plist
from2.1.0
to3.0.1
. Addressed in #8045.proxy-from-env
from1.0.0
to1.1.0
. Addressed in #7900.resolve
from1.13.1
to1.17.0
. Addressed in #7989.systeminformation
from4.21.1
to4.26.9
. Addressed in #7975.uuid
from3.3.2
to8.2.0
. Addressed in #7976, #8002, and #8011.v4.10.0
: 4.10.0Compare Source
Released 7/7/2020
Features:
before
,beforeEach
,after
, andafterEach
hook definition in your IDE from the Test Runner's Command Log by clicking the Open in IDE button. Addresses #7793.before
,beforeEach
,after
, andafterEach
hook definitions now display separately in the Test Runner's Command Log when defined in separate hook definitions. Addresses #7779.Bugfixes:
responseTimeout
will no longer be prematurely canceled by the Cypress proxy layer. Fixes #6426.parent
variable will no longer throw Illegal Invocation errors. Fixes #6412.experimentalShadowDomSupport
is enabled, using.type()
on an input in the Shadow DOM will not result in an error. Fixes #7741.experimentalShadowDomSupport
is enabled, checking for visibility on a shadow dom host element will no longer hang if the host element was the foremost element and had an ancestor with fixed position. Fixes #7893.@benmalka/foxdriver
module will no longer appear if anyDEBUG
environment variable was set. Fixed #7723.Misc:
Dependency Updates:
recast
from0.18.8
to0.19.1
. Addressed in #7898.Configuration
📅 Schedule: Branch creation - "after 5pm on friday" (UTC), Automerge - At any time (no schedule defined).
🚦 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 Mend Renovate. View repository job log here.