Open greenkeeper[bot] opened 5 years ago
After pinning to 3.4.0 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.
devDependency
cypress was updated from 3.4.1
to 3.5.0
.Your tests are passing again with this update. Explicitly upgrade to this version π
devDependency
cypress was updated from 3.5.0
to 3.6.0
.Your tests are passing again with this update. Explicitly upgrade to this version π
devDependency
cypress was updated from 3.6.0
to 3.6.1
.Your tests are passing again with this update. Explicitly upgrade to this version π
Released 11/08/2019
Bugfixes:
beforeunload
handler. Fixes #2118.cy.setCookie()
with the same options
Object, Cypress now correctly sets the new cookie instead of the one passed into a previous cy.setCookie()
. Fixes #2701.cy.clearCookie()
would not act as expected when using certain baseUrls
. Fixes #5453.Failed to parse or set cookie named "xxx"
when loading certain websites. Fixes #4990.cy.visit()
to an HTTPS URL using the default port, 443. Fixes #5367.TypeError: Cannot read property 'length' of null
on some network requests. Fixes #5585..click()
. Fixes #5635.click
event during action commands. Fixes #5578..type()
to not be typed. Fixes #5622.backface-visibility: hidden;
are now accounted for when asserting on the elemtent's visibility. Fixes #2985.cannot read property 'replace' of undefined
if the error's stack was undefined
. Fixes #1669.Misc:
.click()
and .type()
commands within the console. Addresses #5553.Promise.defer
appearing in stderr when running with video recording enabled. Addresses #5611..rightclick()
and .dblclick()
have been updated to correctly reflect their accepted options. Addresses #5617.devDependency
cypress was updated from 3.6.1
to 3.7.0
.Your tests are passing again with this update. Explicitly upgrade to this version π
Released 11/27/2019
Features:
browsers
array is also editable within plugins by accessing config.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 a cy.request
with a custom Domain
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 a Set-Cookie
header was present in the response. Fixes #5654.window
is no longer undefined
within the application under test when called within a setTimeout
during strict mode. Fixes #5707.--ci-build-id
and group
flag arguments during cypress run
. Fixes #5686.have.all.keys
assertion now correctly display. Fixes #753.cy.visit()
on a cleverapp.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
from 2.0.0
to 2.3.4
. Addressed in #5726.devDependency
cypress was updated from 3.7.0
to 3.8.0
.Your tests are passing again with this update. Explicitly upgrade to this version π
devDependency
cypress was updated from 3.8.0
to 3.8.1
.Your tests are passing again with this update. Explicitly upgrade to this version π
devDependency
cypress was updated from 3.8.2
to 3.8.3
.Your tests are passing again with this update. Explicitly upgrade to this version π
Released 1/24/2020
Bugfixes:
cypress run
indicating could not find CRI target
when Cypress was unable to find the tab to control. Fixes #6053.cypress verify
will no longer error on some systems when -screen
is not defined. Fixes #6184.cy.type({ force: true })
to no longer forcibly type characters for readonly inputs. Fixes #6116.file
property. Fixes #1495.Misc:
cy.get()
are now truncated at 50 lines the Command Log instead of the 1 line. Addresses #6145.Dependency Updates:
The devDependency cypress was updated from
3.4.0
to3.4.1
.π¨ View failing branch.
This version is covered by your current version range and after updating it in your project the build failed.
cypress is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.
Status Details
- β **continuous-integration/travis-ci/push:** The Travis CI build failed ([Details](https://travis-ci.org/amercier/nuxt-template/builds/565148461?utm_source=github_status&utm_medium=notification)).FAQ and help
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those donβt help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).Your Greenkeeper Bot :palm_tree: