[Snyk] Upgrade cypress from 3.7.0 to 3.8.0 #20
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.
Snyk has created this PR to upgrade cypress from 3.7.0 to 3.8.0.
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.Release notes
Package name: cypress
Released 12/12/2019
Features:
cypress run --headless --browser chrome
. Addresses #832.--tag
argument to be used to identify separate runs. Any tags assigned will be shown on the run in the Cypress Dashboard. Addresses #2561..its()
and.invoke()
now accept anoptions
object to allow changing logging options. Addresses #1450.unzip
binary duringcypress install
before trying the slower, Node.js-based unzipping method. Addresses #3803.Bugfixes:
--config
or--env
command line flags. Fixes #5466.Cookie
header during "cy.visit()
visit orcy.request()
would be overwritten by theCookie
header generated from the browser's cookie store. Fixes #5894.cy.getCookie()
would incorrectly filter cookies by their domain, leading to unexpected results. Fixes #5656..type({ force: true })
on hidden inputs would not type the correct characters. Fixes #5835..type()
was not respecting previous selections if the current value of the input was the same as the key. This also fixed an where.type()
would not respect previous selections in non-selectionRange inputs (like email or number inputs). Fixes #5703.scale(0)
orrotateY(90deg)
as not visible. Fixes #723.env
configuration option displays properly within the settings panel. Previously, setting env options would incorrectly render"undefined"
as the value. Fixes #5859.Misc:
0
forcy.viewport()
Addresses #5871 and #5892.config.browser
that are not of the Chrome family. It also supports showing the Firefox logo (in preparation for Firefox browser support). Fixes #5745.cy.request
will now automatically encode special characters in the request URL, including Unicode. Addresses #5274.ELECTRON_EXTRA_LAUNCH_ARGS
. Addresses #5807.Dependency Updates:
ansi-escapes
from4.2.1
to4.3.0
. Addressed in #5815.electron-context-menu
from0.11.0
to0.15.1
. Addressed in #5495.Released 11/27/2019
Features:
browsers
array is also editable within plugins by accessingconfig.browsers
via the Configuration API. The currently available browsers are also displayed within the configuration panel under Settings in the Test Runner. Addresses #5067.Bugfixes:
cy.visit
that changes superdomain would incorrectly clear cookies of other domains. Fixes #5756.cy.visit
or in acy.request
with a customDomain
that is not a subdomain of the current domain would fail to set. Fixes #5656.cy.type
to send duplicate modifier keys. Fixes #5622.followRedirect: false
would fail if aSet-Cookie
header was present in the response. Fixes #5654.window
is no longerundefined
within the application under test when called within asetTimeout
during strict mode. Fixes #5707.--ci-build-id
andgroup
flag arguments duringcypress run
. Fixes #5686.have.all.keys
assertion now correctly display. Fixes #753.cy.visit()
on acleverapp.io
domain. Fixes #5722.null
would cause an error. Fixes #472.Misc:
position: fixed
and is being overflowed over. Addresses #1379.cy.visit
s that cause a superdomain change will now result in 2 requests to the origin server. This should not affect tests, as tests will still re-run on a superdomain change. This is a side-effect of the fix for #5756.Dependency Updates:
parse-domain
from2.0.0
to2.3.4
. Addressed in #5726.Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information:
🧐 View latest project report
🛠 Adjust upgrade PR settings
🔕 Ignore this dependency or unsubscribe from future upgrade PRs