Skip to content

Commit

Permalink
docs: v13 changelog summary (#5441)
Browse files Browse the repository at this point in the history
* changelog summary

* Update docs/guides/references/changelog.mdx

Co-authored-by: Jennifer Shehane <jennifer@cypress.io>

* tweak verbaige & lint

---------

Co-authored-by: Jennifer Shehane <jennifer@cypress.io>
  • Loading branch information
jaffrepaul and jennifer-shehane authored Aug 25, 2023
1 parent 0b7948d commit 79fe056
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/guides/references/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ title: Changelog

_Released 08/29/2023_

**Summary:**

Test data collection for debugging in Cypress Cloud using [Test Replay](/guides/cloud/debugging/test-replay) is enabled by default, with an opt-out available in Cloud [project settings](/guides/cloud/debugging/test-replay#Opt-out-of-Test-Replay).

Test Replay now serves as the primary replacement for debugging via video. Video capture and `videoCompression` of captured video are now set to `false` by default and `videoUploadOnPasses` is removed.

Read more about v13.0.0 in
[our blog post](https://on.cypress.io/cypress-13-release).

**Breaking Changes:**

- The [`cy.readFile()`](/api/commands/readfile) command is now retry-able as a [query command](/guides/core-concepts/retry-ability). This should not affect any tests using it; the functionality is unchanged. However, it can no longer be overwritten using [`Cypress.Commands.overwrite()`](/api/cypress-api/custom-commands#Overwrite-Existing-Commands). Addressed in [#25595](https://github.com/cypress-io/cypress/pull/25595).
Expand Down

0 comments on commit 79fe056

Please sign in to comment.