From 18949cc6ffc211837f09279c8beca4d85867c7ea Mon Sep 17 00:00:00 2001 From: Mike Fix Date: Tue, 27 Oct 2020 19:51:40 -0700 Subject: [PATCH] don't record video for cypress --- cypress/config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cypress/config.json b/cypress/config.json index adde35c..b0c1cb3 100644 --- a/cypress/config.json +++ b/cypress/config.json @@ -1,4 +1,5 @@ { "baseUrl": "https://carbon.now.sh/", - "projectId": "p2tbx4" + "projectId": "p2tbx4", + "video": false }