web-mdm-dashboard
web-mdm-dashboard copied to clipboard
An in-range update of cypress is breaking the build π¨
The devDependency cypress was updated from 3.4.1 to 3.5.0.
π¨ 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
- β ci/circleci: build: Your tests failed on CircleCI (Details).
FAQ and help
There is a collection of frequently asked questions. If those donβt help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper Bot :palm_tree:
After pinning to 3.4.1 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.
- The
devDependencycypress was updated from3.5.0to3.6.0.
Your tests are still failing with this version. Compare changes
- The
devDependencycypress was updated from3.6.0to3.6.1.
Your tests are still failing with this version. Compare changes
Release Notes for 3.6.1
Released 11/08/2019
Bugfixes:
- The Electron browser no longer hangs when testing applications that have a prompt in a
beforeunloadhandler. Fixes #2118. - We fixed a regression in 3.5.0 where HTTP redirects could cause strange behavior, including cookies not being set as expected, leading to authentication issues and other problems. Fixes #5436 and #5432.
- When using
cy.setCookie()with the sameoptionsObject, Cypress now correctly sets the new cookie instead of the one passed into a previouscy.setCookie(). Fixes #2701. - We fixed a regression in 3.5.0 where
cy.clearCookie()would not act as expected when using certainbaseUrls. Fixes #5453. - Cypress no longer crashes with the error
Failed to parse or set cookie named "xxx"when loading certain websites. Fixes #4990. - Cypress now sends the expected headers or request body in a
cy.visit()to an HTTPS URL using the default port, 443. Fixes #5367. - We fixed a regression in 3.6.0 where Cypress would crash with
TypeError: Cannot read property 'length' of nullon some network requests. Fixes #5585. - We fixed a regression in 3.5.0 that caused the red target to be rendered incorrectly when specifying offset coordinates to
.click(). Fixes #5635. - We fixed a regression in 3.6.0 that was causing an incorrect element to receive the
clickevent during action commands. Fixes #5578. - We fixed a regression in 3.5.0 causing text after using modifier keys in
.type()to not be typed. Fixes #5622. - Elements with
backface-visibility: hidden;are now accounted for when asserting on the elemtent's visibility. Fixes #2985. - We fixed a bug where a failed Cypress commands would incorrectly throw
cannot read property 'replace' of undefinedif the error's stack wasundefined. Fixes #1669. - The 'Log In' modal within Cypress when setting up a project now correctly closes when manually closed. Fixes #5631.
Misc:
- We improved the user experience around inspecting events fired during
.click()and.type()commands within the console. Addresses #5553. - We increased the timeout when connecting to the "Developer Tools Protocol" from 5 seconds to 20 seconds and also added logging for when the connection takes longer than 5 seconds. Addresses #5610.
- There is no longer a warning about
Promise.deferappearing in stderr when running with video recording enabled. Addresses #5611. - Types for
.rightclick()and.dblclick()have been updated to correctly reflect their accepted options. Addresses #5617. - We're continuing to make progress in converting our codebase from CoffeeScript to JavaScript. Addresses #2690 in #5556
- The
devDependencycypress was updated from3.6.1to3.7.0.
Your tests are still failing with this version. Compare changes
Release Notes for 3.7.0
Released 11/27/2019
Features:
- Cypress now includes the full list of browsers found and their properties within the Cypress configuration. This means that the
browsersarray is also editable within plugins by accessingconfig.browsersvia the Configuration API. The currently available browsers are also displayed within the configuration panel under Settings in the Test Runner. Addresses #5067. - Environment variables within GitHub Actions are now detected and passed to the Dashboard in order to display the proper git information for recorded runs. Fixes #5609.
Bugfixes:
- Fixed a regression in 3.5.0 where a
cy.visitthat changes superdomain would incorrectly clear cookies of other domains. Fixes #5756. - Fixed a regression in 3.5.0 where cookies set in a redirect on a
cy.visitor in acy.requestwith a customDomainthat is not a subdomain of the current domain would fail to set. Fixes #5656. - Fixed a regression introduced in 3.5.0 which caused
cy.typeto send duplicate modifier keys. Fixes #5622. - We fixed a regression in 3.6.1 where cy.request() with
followRedirect: falsewould fail if aSet-Cookieheader was present in the response. Fixes #5654. - The context of
windowis no longerundefinedwithin the application under test when called within asetTimeoutduring strict mode. Fixes #5707. - Cypress now captures the SHA of builds generated through Travis CI during pull requests. This should resolve issues with Cypress status checks sometimes not running within GitHub Integration. Fixes #5728.
- Cypress now automatically strips double quotes from
--ci-build-idandgroupflag arguments duringcypress run. Fixes #5686. - Assertions printed in the Command Log now correctly identify integers from string integers. Fixes #25.
- Empty spaces are now accurately reflected in the Command Log within assertions. Fixes #1360.
- Keys printed in the Command Log when using the
have.all.keysassertion now correctly display. Fixes #753. - We fixed an issue where Cypress would throw an error when using
cy.visit()on acleverapp.iodomain. Fixes #5722. - Fixed a bug where fixtures consisting only of
nullwould cause an error. Fixes #472. - Fixed a bug where, if the Test Runner child process is killed with a signal and does not exit normally, the npm CLI process would not exit with an error. Fixes #5808.
Misc:
- Added a new, more specific error message when an item is not visible because it has
position: fixedand is being overflowed over. Addresses #1379. cy.visits 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.- The configuration object returned from the plugins file is now validated and will throw a helpful error message when invalid. Addresses #5712.
- The configuration panel under Settings in the Test Runner now has a white background for better readability. Also each configuration option with nested properties is now collapsible. Addressed in #5068.
Dependency Updates:
- Upgraded
parse-domainfrom2.0.0to2.3.4. Addressed in #5726.
- The
devDependencycypress was updated from3.7.0to3.8.0.
Your tests are still failing with this version. Compare changes
- The
devDependencycypress was updated from3.8.0to3.8.1.
Your tests are still failing with this version. Compare changes
- The
devDependencycypress was updated from3.8.2to3.8.3.
Your tests are still failing with this version. Compare changes
Release Notes for 3.8.3
Released 1/24/2020
Bugfixes:
- We fixed an error during
cypress runindicatingcould not find CRI targetwhen Cypress was unable to find the tab to control. Fixes #6053. - HTTP requests to sites using a TLS version lower than 1.2 now no longer fail. Fixes #5446.
cypress verifywill no longer error on some systems when-screenis not defined. Fixes #6184.- We fixed a regression in 3.5.0 causing
cy.type({ force: true })to no longer forcibly type characters for readonly inputs. Fixes #6116. - Generated reports when using custom reporters now have a defined
fileproperty. Fixes #1495.
Misc:
- Messages from
cy.get()are now truncated at 50 lines the Command Log instead of the 1 line. Addresses #6145. - We now collect more environment variables for Bamboo CI when recording for the Dashboard. Addresses #4895.
Dependency Updates: