Update dependency cypress to v3.6.0 #69
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:
3.5.0
->3.6.0
Release Notes
cypress-io/cypress
v3.6.0
Compare Source
Released 10/31/2019
Features:
testFiles
now also accepts an Array of glob patterns when specifying what test files to load in configuration. Addresses #5401.Bugfixes:
cy.route()
was limited to 8kb causing requests to fail with a 431 HTTP error. Fixes #5431.uncaught:exception
handler, and thus could not caught and ignored. These errors will also now correctly indicate that they came from application code. Fixes #987.cypress verify
when running as a non-root user on a non-Windows machine. We now always set the--no-sandbox
flag when verifying in Electron, even when running as a non-root user. Fixes #5434.cy.visit()
orcy.request()
. Fixes #5432.Cypress.env()
. Fixes #5435..click()
or.type()
inside of an iframe element. Fixes #5449. Fixes #5435.position:fixed
. Fixes #5430.click
events to not be sent to the correct elements during.click()
. Fixes #5459..type()
to properly respect focus selection changes during typing. Fixes #5456..type()
. Fixes #5439..type()
to input elements with typedate
,time
, anddatetime-local
so that it now behaves as it did prior to 3.5.0. Fixes #5476.Misc:
{multiple: true}
in the Command Log or the console duringcy.dblclick()
. Addresses #5406.Dependency Updates
express-handlebars
withsquirrelly
to reduce dependency size. Addressed in #5521.graceful-fs
from4.2.0
to4.2.3
. Addressed in #5497.Renovate configuration
📅 Schedule: "every weekend" in timezone America/New_York.
🚦 Automerge: Enabled.
♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "
rebase!
".🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot. View repository job log here.