From 6696d77525302c5e276c966a804ae68239a7d39b Mon Sep 17 00:00:00 2001 From: Jan-Gerke Salomon Date: Wed, 23 Oct 2019 09:55:13 +0800 Subject: [PATCH] chore: default to no video recording and no screenshots on failure --- cypress.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cypress.json b/cypress.json index 7ec8e7ea7..328c0ac84 100644 --- a/cypress.json +++ b/cypress.json @@ -1,4 +1,8 @@ { "testFiles": "**/*.feature", + "video": false, + "screenshots": { + "screenshotOnRunFailure": false + }, "projectId": "65oh1u" }