Skip to content

Commit a864175

Browse files
committed
PR feedback
1 parent 5413bb3 commit a864175

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/guides/references/migration-guide.mdx

+4-2
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,17 @@ 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

5355
The quality setting for the video compression.
5456

5557
Cypress has the capability to compress recorded videos after a run to reduce the video file size. By default, compression is turned off, which results in a larger file size and better video quality.
5658

57-
You can enable this with the `videoCompression` [configuration](/guides/references/configuration#Videos) option to reduce the file size. This will also reduce the video quality and take slightly longer to process and complete the run.
59+
You can enable this with the `videoCompression` [configuration](/guides/references/configuration#Videos) option if you'd like to reduce the video file size for any reason. This will also reduce the video quality and take slightly longer to process and complete the run.
5860

5961
:::cypress-config-example
6062

0 commit comments

Comments
 (0)