brainy-easter-37961
03/06/2023, 6:12 PMvideoCompression value and how fast the compression will run? I'm looking into making our test runs faster, but without completely disabling the screen recordings. Will decreasing the CRF make the compression algorithm run faster?
docs link: https://docs.cypress.io/guides/references/configuration#Videosadventurous-dream-20049
03/06/2023, 10:04 PMvideoCompression altogether by setting it to false will save all of the time spent on video processing, but will result in a larger video size.
This means if you are saving videos as an artifact in CI, this could result in increased costs in your CI, but if you are not storing videos as artifacts in their CI, there shouldn’t be any downside to turning off video compression.*brainy-easter-37961
03/06/2023, 10:08 PM