t3n / neos-debug

Adds a debug panel to your Neos CMS website
MIT License
30 stars 16 forks source link

Bump cypress from 3.4.1 to 3.5.0 in /e2e #45

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 5 years ago

Bumps cypress from 3.4.1 to 3.5.0.

Release notes *Sourced from [cypress's releases](https://github.com/cypress-io/cypress/releases).* > ## 3.5.0 > *Released 10/23/2019* > > **Features:** > > - We now record video during `cypress run` in Chrome, Chromium, and Canary browsers. This requires passing the name or path of the Chrome browser to the [`--browser` flag](https://on.cypress.io/command-line#cypress-run-browser-lt-browser-name-or-path-gt). Addresses [#4608](https://github-redirect.dependabot.com/cypress-io/cypress/issues/4608). > - There is a new [`.rightclick()`](https://on.cypress.io/rightclick) command to right click on DOM elements. Addresses [#53](https://github-redirect.dependabot.com/cypress-io/cypress/issues/53). > - Cypress now accepts a [`--config-file` argument](https://on.cypress.io/command-line#cypress-run-config-file-lt-config-file-gt) to specify a different file to be used for Cypress configuration. You can also pass `false` to the `--config-file` to not use any configuration file. Addresses [#1369](https://github-redirect.dependabot.com/cypress-io/cypress/issues/1369). > - You can now use your system's Node version by setting the [`nodeVersion`](https://on.cypress.io/configuration#Node-version) to `system` in your configuration. This Node version will be used to build files in your [`integrationFolder`](https://on.cypress.io/configuration#Folders-Files) and "`supportFile`" configuration#Folders-Files and also be used to execute code in your "`pluginsFile`" configuration#Folders-Files. If not set, Cypress will continue to use the Node version bundled with Cypress. Addresses [#4432](https://github-redirect.dependabot.com/cypress-io/cypress/issues/4432). > - "`.dblclick()` dblclick now accepts `position`, `x`, and `y` arguments. Addresses [#116](https://github-redirect.dependabot.com/cypress-io/cypress/issues/116). > - "`.dblclick()` dblclick now accepts `force` and `multiple` in its `options`. Addresses [#116](https://github-redirect.dependabot.com/cypress-io/cypress/issues/116). > - [`.screenshot()`](https://on.cypress.io/screenshot) now accepts a `padding` argument when screenshotting elements that will alter the dimensions of the screenshot of the element. Addresses [#4440](https://github-redirect.dependabot.com/cypress-io/cypress/issues/4440). > - [`cy.visit()`](https://on.cypress.io/visit) now accepts a `qs` option representing an object of query paramaters to be used in the URL. Addresses [#5034](https://github-redirect.dependabot.com/cypress-io/cypress/issues/5034). > - [`cy.viewport()`](https://on.cypress.io/viewport) now allows for viewport sizes up to 4,000 pixels. Addresses [#5181](https://github-redirect.dependabot.com/cypress-io/cypress/issues/5181). > - [`cy.viewport()`](https://on.cypress.io/viewport) accepts new size presets for `iphone-xr`, `iphone-x`, `samsung-s10` and `samsung-note9`. Addresses [#4967](https://github-redirect.dependabot.com/cypress-io/cypress/issues/4967). > - Passing a `~` to `CYPRESS_CACHE_FOLDER` will automatically resolve to the user's home directory. Addresses [#5386](https://github-redirect.dependabot.com/cypress-io/cypress/issues/5386). > > **Bugfixes:** > > - "`.dblclick()` dblclick and [`.click()`](https://on.cypress.io/click) now fire all appropriate mouse events including `mouseover`, `mousemove`, `mouseout`, `pointerdown`, `pointerup`, and `pointermove`. Fixes [#1016](https://github-redirect.dependabot.com/cypress-io/cypress/issues/1016), [#1847](https://github-redirect.dependabot.com/cypress-io/cypress/issues/1847), [#2045](https://github-redirect.dependabot.com/cypress-io/cypress/issues/2045), [#2521](https://github-redirect.dependabot.com/cypress-io/cypress/issues/2521), [#2768](https://github-redirect.dependabot.com/cypress-io/cypress/issues/2768), [#2928](https://github-redirect.dependabot.com/cypress-io/cypress/issues/2928), [#2957](https://github-redirect.dependabot.com/cypress-io/cypress/issues/2957), and [#3224](https://github-redirect.dependabot.com/cypress-io/cypress/issues/3224). > - We updated "`.dblclick()` dblclick to follow the same actionability checks as [`.click()`](https://on.cypress.io/click). Fixes [#3798](https://github-redirect.dependabot.com/cypress-io/cypress/issues/3798). > - Coordinates clicked during [`.click()`](https://on.cypress.io/click) are now correct if the element being clicked is within an iframe. Fixes [#4347](https://github-redirect.dependabot.com/cypress-io/cypress/issues/4347). > - We now allow [`.type()`](https://on.cypress.io/type) to be used on any DOM element. The element will receive all of the type events. Fixes [#2166](https://github-redirect.dependabot.com/cypress-io/cypress/issues/2166) and [#3661](https://github-redirect.dependabot.com/cypress-io/cypress/issues/3661). > - If a typeable element gains focus during [`.type()`](https://on.cypress.io/type), Cypress now continues typing into the newly focused element. Fixes [#2240](https://github-redirect.dependabot.com/cypress-io/cypress/issues/2240). > - We now correctly borrow the property getter for `maxLength` when using [.type()](https://on.cypress.io/type) on an input. Fixes [#4587](https://github-redirect.dependabot.com/cypress-io/cypress/issues/4587). > - We fixed an issue where `datetime-local` inputs would not have their `value` updated during [`.type()`](https://on.cypress.io/type). Fixes [#2613](https://github-redirect.dependabot.com/cypress-io/cypress/issues/2613). > - [`.type()`](https://on.cypress.io/type) now allows you to type `-` into number inputs with text selection. Fixes [#4767](https://github-redirect.dependabot.com/cypress-io/cypress/issues/4767). > - We now fire an `input` event when using [`.type()`](https://on.cypress.io/type) typing `{enter}` inserts a newline. Fixes [#4870](https://github-redirect.dependabot.com/cypress-io/cypress/issues/4870). > - We no longer input text when non-`{shift}` modifier keys are typed in [`.type()`](https://on.cypress.io/type). Fixes [#5424](https://github-redirect.dependabot.com/cypress-io/cypress/issues/5424). > - We now properly send the `code` property during keyboard events triggered during [`.type()`](https://on.cypress.io/type). Fixes [#3722](https://github-redirect.dependabot.com/cypress-io/cypress/issues/3722) > - Cypress now sends `screenX` and `screenY` properties to events triggered using [`.trigger()`](https://on.cypress.io/trigger). Fixes [#3187](https://github-redirect.dependabot.com/cypress-io/cypress/issues/3187). > - We fixed a bug where Cypress could not intercept traffic sent through [`cy.visit()`](https://on.cypress.io/visit) to IP addresses over HTTPS, leading to `ERR_SSL_VERSION_OR_CIPHER_MISMATCH` errors. Fixes [#771](https://github-redirect.dependabot.com/cypress-io/cypress/issues/771). > - We fixed a bug introduced in [3.3.0](https://on.cypress.io/changelog#3-3-0) where some HTTPS sites failed to load during [`cy.visit()`](https://on.cypress.io/visit) and [`cy.request()`](https://on.cypress.io/request) with a "handshake failed" error. Fixes [#4394](https://github-redirect.dependabot.com/cypress-io/cypress/issues/4394). > - We fixed a bug where ECC SSL Certificates were not supported during [`cy.visit()`](https://on.cypress.io/visit) that was introduced in [3.3.0](https://on.cypress.io/changelog#3-3-0). Fixes [#4368](https://github-redirect.dependabot.com/cypress-io/cypress/issues/4368). > - We fixed an issue introduced in [3.4.0](https://on.cypress.io/changelog#3-4-0) that would cause the Selector Playground to not properly highlight the currently hovered element. Fixes [#4872](https://github-redirect.dependabot.com/cypress-io/cypress/issues/4872). > - [`Cypress.env()`](https://on.cypress.io/env) now escapes ` Githubissues.
  • Githubissues is a development platform for aggregating issues.