From 998c7811c0c81a2645f9eb889b606fb3fc4c6d3d Mon Sep 17 00:00:00 2001 From: Luis Ball Date: Fri, 2 Jul 2021 12:05:34 -0700 Subject: [PATCH] chore: stop cypress from recording videos --- cypress.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cypress.json b/cypress.json index 470c7201..32c4b033 100644 --- a/cypress.json +++ b/cypress.json @@ -1,3 +1,5 @@ { - "pluginsFile": "tests/e2e/plugins/index.js" + "pluginsFile": "tests/e2e/plugins/index.js", + "screenshotOnRunFailure": false, + "video": false }