From 968aa45c2e2ed52c9bbe95160809acf091a32b41 Mon Sep 17 00:00:00 2001 From: Paul Jaffre Date: Thu, 20 Jul 2023 14:54:52 -0400 Subject: [PATCH] Update docs/guides/references/migration-guide.mdx Co-authored-by: Jennifer Shehane --- docs/guides/references/migration-guide.mdx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/guides/references/migration-guide.mdx b/docs/guides/references/migration-guide.mdx index e0a1b01d09..de5747c822 100644 --- a/docs/guides/references/migration-guide.mdx +++ b/docs/guides/references/migration-guide.mdx @@ -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