bahmutov / cypress-repeat

Run Cypress multiple times in a row
https://glebbahmutov.com/blog/wrap-cypress-using-npm/
37 stars 11 forks source link

chore(deps): update dependency cypress to v7.4.0 #16

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 3 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
cypress 7.2.0 -> 7.4.0 age adoption passing confidence

Release Notes

cypress-io/cypress ### [`v7.4.0`](https://togithub.com/cypress-io/cypress/releases/v7.4.0) [Compare Source](https://togithub.com/cypress-io/cypress/compare/v7.3.0...v7.4.0) *Released 05/24/2021* **Features:** - Cypress now detects and supports testing in the Chrome Beta browser. Addresses [#​16376](https://togithub.com/cypress-io/cypress/issues/16376). - There are new keyboard shortcuts to continue (c) and to go to the next test (n) when the Test Runner is paused via `.pause()` and to toggle auto-scrolling of the Test Runner (a). Addresses [#​248](https://togithub.com/cypress-io/cypress/issues/248). **Bugfixes:** - [`cy.request()`](/api/commands/request) can now send binary files in form data. Fixes [#​1647](https://togithub.com/cypress-io/cypress/issues/1647). - [`cy.request()`](/api/commands/request) can now send blob data. Fixes [#​6178](https://togithub.com/cypress-io/cypress/issues/6178). - Fixed an issue where [`cy.wait()`](/api/commands/wait) could yield the incorrect result when used with [`cy.intercept()`](/api/commands/intercept) and several simultaneous requests. Fixes [#​16451](https://togithub.com/cypress-io/cypress/issues/16451). - Improved the way that [`cy.intercept()`](/api/commands/intercept) matchers are displayed in the Command Log when using `RouteMatcher` properties besides `url` and `method`. Fixes [#​9403](https://togithub.com/cypress-io/cypress/issues/9403). - [`cy.intercept()`](/api/commands/intercept) argument validation has been improved. Invalid hostnames and extra arguments passed to `cy.intercept()` now result in an error. Addressed in [#​16577](https://togithub.com/cypress-io/cypress/issues/16577). - [`cy.screenshot()`](/api/commands/screenshot) no longer incorrectly captures parts of the Test Runner UI during component testing. Fixes [#​16543](https://togithub.com/cypress-io/cypress/issues/16543). - Spec files that containing spaces in the path will now properly open during `cypress open-ct`. Fixes [#​16278](https://togithub.com/cypress-io/cypress/issues/16278). - Cypress now correctly uses the `componentFolder` and `testFiles` values from returned from plugins in the component testing runner. Fixes [#​16424](https://togithub.com/cypress-io/cypress/issues/16424). - Video recordings in Chrome, Chromium, and Electron browsers will no longer drop frames, with the frequency increasing along with the length of the video. Fixes [#​16648](https://togithub.com/cypress-io/cypress/issues/16648). - Tests located outside of the `projectRoot` will now open in IDE and generate studio commands when saved. Fixes [#​16255](https://togithub.com/cypress-io/cypress/issues/16255). - `config` in the plugins file will now display in alphabetical order. Fixes [#​16564](https://togithub.com/cypress-io/cypress/issues/16564). **Dependency Updates:** - Upgraded `dependency-tree` from `7.0.2` to `8.1.0`. Addressed in [#​16464](https://togithub.com/cypress-io/cypress/issues/16464). - Upgraded `extract-zip` from `1.7.0` to `2.0.1`. Fixes [#​6896](https://togithub.com/cypress-io/cypress/issues/6896) ### [`v7.3.0`](https://togithub.com/cypress-io/cypress/releases/v7.3.0) [Compare Source](https://togithub.com/cypress-io/cypress/compare/v7.2.0...v7.3.0) *Released 05/10/2021* **Features:** - Component tests can now be launched via the [Module API](/guides/guides/module-api) by passing `testingType: 'component'` via the new `testingType` property. The `testingType` will default to `e2e`. Addresses [#​16302](https://togithub.com/cypress-io/cypress/issues/16302). - `cy.intercept()` now accepts a `times` option in the `RouteMatcher`. `times` will specify the number of times that a particular `cy.intercept()` should be applied. Addresses [#​4460](https://togithub.com/cypress-io/cypress/issues/4460) and [#​8531](https://togithub.com/cypress-io/cypress/issues/8531). - `cy.intercept()` now accepts invocation using `cy.intercept(url, routeMatcher, handler)`, where `url` is a regular expression. Previously, this only worked if `url` was a string. Addresses [#​16390](https://togithub.com/cypress-io/cypress/issues/16390). - Cypress will now automatically get environment variables for LayerCI when recording to the Dashboard. Addresses [#​16101](https://togithub.com/cypress-io/cypress/issues/16101). - Setting the env var `DEBUG=cypress:server:record:ci-info` will print commit information and CI provider information that's sent to the Dashboard as debug logs. Addresses [#​16236](https://togithub.com/cypress-io/cypress/issues/16236). - Cypress can now use the certificate authority specified in NPM config if `CYPRESS_DOWNLOAD_USE_CA` is specified. See ["Using a custom CA"](/guides/getting-started/installing-cypress#Using-a-custom-CA) for more information. Addresses [#​8825](https://togithub.com/cypress-io/cypress/issues/8825). **Bugfixes:** - Cypress will no longer incorrectly redirect the AUT window to `/__/` when `location.href` is set to a relative path within the call stack of an XHR event handler. Fixes [#​3975](https://togithub.com/cypress-io/cypress/issues/3975) and [#​7439](https://togithub.com/cypress-io/cypress/issues/7439). - Cypress now properly handles when a form submit or anchor tag target is set to `_top` or `_parent` so that it no longer redirects the parent frame. Fixes [#​1244](https://togithub.com/cypress-io/cypress/issues/1244). - Fixed a regression in [6.5.0](/guides/references/changelog#​6-5-0) that could cause Cypress to crash with a `RangeError: Maximum call stack size exceeded at _deconstructPacket` error. Most commonly, this occurred when handling network errors with `cy.request()`. Fixes [#​15101](https://togithub.com/cypress-io/cypress/issues/15101). - Fixed a regression in [7.0.0](/guides/references/changelog#​7-0-0) that caused the Test Runner to crash with an `ERR_INVALID_ARG_TYPE` type error when testing a binary file upload. Fixes [#​15898](https://togithub.com/cypress-io/cypress/issues/15898) and [#​16223](https://togithub.com/cypress-io/cypress/issues/16223). - When verifying Cypress, we now listen for the 'close' event instead of the 'exit' event in an effort to fix some situations where the browser cannot be found even though it is on the system. Addressed in [#​16312](https://togithub.com/cypress-io/cypress/issues/16312). - Fixed a regression in [6.5.0](/guides/references/changelog#​6-5-0) that caused a node warning about `.then()` only accepting functions to display. Fixes [#​15281](https://togithub.com/cypress-io/cypress/issues/15281). - `cy.intercept()` now adds a `access-control-expose-headers: '*'` header by default for CORS requests unless overridden. Fixes [#​15050](https://togithub.com/cypress-io/cypress/issues/15050). - Improved the way that `cy.intercept()` and `cy.route()` requests with multiple aliases are displayed in the command log. Addressed in [#​16382](https://togithub.com/cypress-io/cypress/issues/16382). - `Cypress.cookies.debug(true)` will now correctly show cookie-related messages on the console. Fixes [#​15032](https://togithub.com/cypress-io/cypress/issues/15032). - `cy.log()` will now show all arguments, not only the first 2. Fixes [#​16068](https://togithub.com/cypress-io/cypress/issues/16068). - `.select()` now correctly selects option elements with values that have ` ` characters. Fixes [#​16045](https://togithub.com/cypress-io/cypress/issues/16045). - The `e2e` and `component` configuration values will now correctly show when previewing resolved configuration in the Test Runner. Fixes [#​16282](https://togithub.com/cypress-io/cypress/issues/16282). - When passing the `—quiet` flag, Cypress will no longer print uploading output to Stdout. Fixes [#​16268](https://togithub.com/cypress-io/cypress/issues/16268). - When pressing the `/` hotkey in Firefox, Cypress will select the SpecList's SearchInput as it does in other browsers. Fixes [#​16309](https://togithub.com/cypress-io/cypress/issues/16309). - Cypress will now detect the default installation location of the Visual Studio Code editors on Windows machines. Fixes [#​15080](https://togithub.com/cypress-io/cypress/issues/15080). - Changing files extensions when creating a new test file should no longer add extra dots to the filename on Windows machines. Fixes [#​16131](https://togithub.com/cypress-io/cypress/issues/16131). **Dependency Updates:** - Upgraded `classnames` from `2.2.6` to `2.3.1`. Addressed in [#​8337](https://togithub.com/cypress-io/cypress/issues/8337). - Upgraded `color-string` from `1.5.4` to `1.5.5`. Addressed in [#​16362](https://togithub.com/cypress-io/cypress/issues/16362). - Upgraded `lodash` from `4.17.19` to `4.17.21`. Addressed in [#​16406](https://togithub.com/cypress-io/cypress/issues/16406). - Upgraded `registry-js` from `1.13.0` to `1.15.0`. Addressed in [#​16409](https://togithub.com/cypress-io/cypress/issues/16409). - Upgraded `url-parse` from `1.4.7` to `1.5.0`. Addressed in [#​16408](https://togithub.com/cypress-io/cypress/issues/16408).

Configuration

📅 Schedule: "after 10pm every weekday,every weekend,before 5am every weekday" (UTC).

🚦 Automerge: Enabled.

♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by WhiteSource Renovate. View repository job log here.

github-actions[bot] commented 3 years ago

:tada: This PR is included in version 2.2.4 :tada:

The release is available on:

Your semantic-release bot :package::rocket: