Closed renovate[bot] closed 3 years ago
Size Change: 0 B
Total Size: 594 kB
Merging #223 (6fd41ad) into master (9ca0e8a) will not change coverage. The diff coverage is
n/a
.:exclamation: Current head 6fd41ad differs from pull request most recent head c3698e6. Consider uploading reports for the commit c3698e6 to get more accurate results
@@ Coverage Diff @@
## master #223 +/- ##
=======================================
Coverage 30.00% 30.00%
=======================================
Files 29 29
Lines 360 360
Branches 19 20 +1
=======================================
Hits 108 108
Misses 252 252
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 9ca0e8a...c3698e6. Read the comment docs.
This PR contains the following updates:
3.8.3
->7.7.0
Release Notes
cypress-io/cypress
### [`v7.7.0`](https://togithub.com/cypress-io/cypress/releases/v7.7.0) [Compare Source](https://togithub.com/cypress-io/cypress/compare/v7.6.0...v7.7.0) *Released 07/07/2021* **Features:** - When using `experimentalStudio`, [Cypress Studio](https://docs.cypress.io/guides/core-concepts/cypress-studio) can now copy all commands generated to your clipboard. Addressed in [#16912](https://togithub.com/cypress-io/cypress/issues/16912). **Bugfixes:** - Cypress now respects `preventScroll` options passed to `element.focus()` calls within the application under test. Fixes [#15294](https://togithub.com/cypress-io/cypress/issues/15294). - Using `.contains(0)` will now show the zero in the Command Log. Fixes [#1119](https://togithub.com/cypress-io/cypress/issues/1119). - Cypress will no longer show a warning about allowed keys for the `showedOnBoardingModal` when running `cypress open`. Fixes [#17095](https://togithub.com/cypress-io/cypress/issues/17095). - The Cypress Studio introduction modal will now display with the correct styling. Fixes [#17102](https://togithub.com/cypress-io/cypress/issues/17102). - The types for `.contains()` now correctly allow for the `includeShadowDom` option. Fixes [#17066](https://togithub.com/cypress-io/cypress/issues/17066). **Misc:** - We updated the messaging when Cypress fails to start to be clearer that it's not always due to a dependency missing. Addresses [#17112](https://togithub.com/cypress-io/cypress/pull/17112). ### [`v7.6.0`](https://togithub.com/cypress-io/cypress/releases/v7.6.0) [Compare Source](https://togithub.com/cypress-io/cypress/compare/v7.5.0...v7.6.0) *Released 06/23/2021* **Features:** - You can now override the default delay between typing characters for `.type()` with [`Cypress.Keyboard.defaults()`](https://on.cypress.io/keyboard-api) or via [test configuration](https://on.cypress.io/writing-and-organizing-tests#Allowed-config-values). Addresses [#566](https://togithub.com/cypress-io/cypress/issues/566). - The experience when opening a new project via `cypress open` has been improved. Addressed in [#15826](https://togithub.com/cypress-io/cypress/pull/15826). - The scaffolded example files have been updated to include examples tests of the TodoMVC project. - You can now easily delete all of the scaffolded example files directly from the Test Runner GUI. - There's now a button to create a new spec file when no spec files are found in the project. - A new onboarding banner with be present with helpful links for new users and new projects. - The incoming request object yielded to request handler functions passed to `cy.intercept()` (`req`) now has a `req.query` property, which is a getter/setter for the query parameters on the request URL. Addresses [#16327](https://togithub.com/cypress-io/cypress/issues/16327). - You can now pass an `ArrayBuffer` as a request / response body with `cy.intercept()`. Addresses [#16722](https://togithub.com/cypress-io/cypress/issues/16722) **Bugfixes:** - Cypress no longer hangs intermittently when using webpack 5. Fixes [#15447](https://togithub.com/cypress-io/cypress/issues/15447). - It is no longer necessary to return the config from the plugins function when using the `dev-server:start` event for component testing. Fixes [#16860](https://togithub.com/cypress-io/cypress/issues/16860). - `cy.intercept()` now correctly sets the response body as a string instead of an ArrayBuffer when it contains multi-byte characters. Fixes [#16292](https://togithub.com/cypress-io/cypress/issues/16292). - `cy.intercept()` won't corrupt certain binary responses. Fixes [#16722](https://togithub.com/cypress-io/cypress/issues/16722). - On Windows, the Cypress executable is now code signed by "Cypress.io, Inc.". This fixes `spawn UNKNOWN` errors when launching Cypress with code signing required by policy on Windows. Fixes [#2543](https://togithub.com/cypress-io/cypress/issues/2543) - We now warn on `EPERM` errors when accessing the project directory instead of erroring. Fixes [#16933](https://togithub.com/cypress-io/cypress/issues/16933). - Cypress now better handles running when browsers with unconventional versions are present on the machine. Fixes [#15485](https://togithub.com/cypress-io/cypress/issues/15485). - Expanded the types for `CyHttpMessages.BaseMessage.headers` to support the value being an array of strings. Fixes [#16734](https://togithub.com/cypress-io/cypress/issues/16734). **Dependency Updates:** - Added `enquirer` dependency. Fixes [#16846](https://togithub.com/cypress-io/cypress/issues/16846). ### [`v7.5.0`](https://togithub.com/cypress-io/cypress/releases/v7.5.0) [Compare Source](https://togithub.com/cypress-io/cypress/compare/v7.4.0...v7.5.0) *Released 06/07/2021* **Features:** - The Test Runner has a new 'Docs' menu with links and prompts specific to helping you get started writing tests, set up in CI, and running tests in the Dashboard. Addressed in [#16433](https://togithub.com/cypress-io/cypress/pull/16433). - `cy.request()` now accepts a generic in TypeScript for specifying the type of the request body. Addresses [#9109](https://togithub.com/cypress-io/cypress/issues/9109). **Bugfixes:** - Cypress will not longer crash with a `hasBinary` infinite recursive call. Fixes [#16476](https://togithub.com/cypress-io/cypress/issues/16476). - The `--config-file` option now correctly handles absolute paths. Fixes [#6136](https://togithub.com/cypress-io/cypress/issues/6136). - `cy.location(Configuration
📅 Schedule: "before 3am on the first day of the month" in timezone Europe/Stockholm.
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.