ecatch-kyst / web

IT Bachelor project @ NTNU ⚡🎣
https://ecatch-kyst-beta.firebaseapp.com
GNU General Public License v3.0
5 stars 0 forks source link

An in-range update of cypress is breaking the build 🚨 #123

Open greenkeeper[bot] opened 5 years ago

greenkeeper[bot] commented 5 years ago

The devDependency cypress was updated from 3.2.0 to 3.3.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 - ❌ **continuous-integration/travis-ci/push:** The Travis CI build failed ([Details](https://travis-ci.org/ecatch-kyst/web/builds/533889214?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:

greenkeeper[bot] commented 5 years ago

After pinning to 3.2.0 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for 3.4.0

Released 7/9/2019

User Authentication Changes:

  • Users can now log in to the Test Runner using the browser installed on their system. Fixes #3583, #4337, and #1162.
  • Users can now log in to the Test Runner with Google or with SSO (if configured). Fixes #3519.

Continuous Integration Support:

  • Environment variables for Semaphore CI v2 are now recognized when recording a test for the dashboard. Fixes #4671.
  • Support for Concourse CI has been added when recording a test for the dashboard. Fixes #4376.
  • SnapCI support has been removed and GoCD support has been added. Fixes #2680.

Bugfixes:

  • contain.text, contain.html, and contain.value assertions now support partial matching in all scenarios to match expected behavior. Fixes #1969.
  • Electron rendering warnings are no longer printed to console output. Fixes #4288.

Misc:

  • Added verification for cypress download that checks the checksum and filesize. This will fix issues with Cypress downloads being corrupted in transit. Fixes #812 and #3515.
  • Added a warning when a percent-encoded URL is passed to cy.route(). Fixes #2372.
  • Added an error for when cy.click() fails because an element has the CSS pointer-events: none. Fixes #3164.
  • Added a warning for Windows users who have Group Policy settings that may interfere with usage of Cypress. Fixes #4391.
  • The JSON schema file used for intelligent code completion for the Cypress configuration file has been updated to match our documentation. Addressed in #4300.
  • Type definitions were added to cy.server() for the onAnyRequest, onAnyResponse, and onAnyAbort callback options. Fixes #3992.
  • The outline when focusing on a panel heading within the 'Settings' tab of the Test Runner now correctly outlines the element. Fixes #3357.

Documentation Changes:

  • Documented cy.get()'s optional withinSubject argument.
  • Documented "Expected to find element..." error message and potential causes.
  • Documented new "Cypress detected policy settings on your computer that may cause issues" warning in Error Messages.

Dependency Updates:

  • Removed string-to-stream since it was no longer being used. Addressed in #4619.
  • Upgraded @cypress/commit-info from 2.1.3 to 2.1.4. Addressed in #4597.
  • Upgraded @cypress/react-tooltip from 0.4.0 to 0.5.0. Addressed in #4610.
  • Upgraded errorhandler from 1.5.0 to 1.5.1. Addressed in #4618.
  • Upgraded fs-extra from 8.0.1 to 8.1.0. Addressed in #4620.
  • Upgraded request-progress from 0.4.0 to 3.0.0. Addressed in #4584.
  • We also updated and removed some dependencies used for development.