Skip to content

Commit

Permalink
Update docs/guides/references/migration-guide.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Jennifer Shehane <jennifer@cypress.io>
  • Loading branch information
jaffrepaul and jennifer-shehane committed Jul 20, 2023
1 parent f772ddc commit 968aa45
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/guides/references/migration-guide.mdx
Expand Up @@ -46,7 +46,9 @@ You can continue recording video, by passing `video: true`, if you want video lo

Whether Cypress will process, compress, and upload videos to Cypress Cloud even when all tests in a spec file are passing.

See our [Control which videos to keep and upload to Cypress Cloud](/guides/guides/screenshots-and-videos#Control-which-videos-to-keep-and-upload-to-Cypress-Cloud) guide with code examples to discard captured video of passing tests.
Most users used `videoUploadOnPasses` as a way to skip the time to compress and upload videos to the Cloud. Since we're turning off `videoCompression` by default, this configuration option does not offer the time saving value that it once would.

If you want to prevent a passing test from uploading to the Cloud, we recommend deleting the video using our [guide with code examples to discard captured video of passing tests](/guides/guides/screenshots-and-videos#Control-which-videos-to-keep-and-upload-to-Cypress-Cloud).

#### `videoCompression` is set to false by default

Expand Down

0 comments on commit 968aa45

Please sign in to comment.