Skip to content

Commit 968aa45

Browse files
Update docs/guides/references/migration-guide.mdx
Co-authored-by: Jennifer Shehane <jennifer@cypress.io>
1 parent f772ddc commit 968aa45

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/guides/references/migration-guide.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,9 @@ You can continue recording video, by passing `video: true`, if you want video lo
4646

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

49-
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.
49+
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.
50+
51+
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).
5052

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

0 commit comments

Comments
 (0)