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" }