From eb9fdce52af6a2fef75589ea4e226f092d4e8a84 Mon Sep 17 00:00:00 2001 From: Nick Taylor Date: Mon, 3 May 2021 17:43:19 -0400 Subject: [PATCH] Disable Cypress's video feature (#13638) Co-authored-by: Mac Siri --- cypress.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress.json b/cypress.json index 72a92c99a..89d6e9e19 100644 --- a/cypress.json +++ b/cypress.json @@ -1,5 +1,5 @@ { "screenshotsFolder": "tmp/cypress_screenshots", "trashAssetsBeforeRuns": false, - "videosFolder": "tmp/cypress_videos" + "video": false }