From fee7aeca88efc79e74d340f362c0ef287046625c Mon Sep 17 00:00:00 2001 From: Roman Hotsiy Date: Mon, 19 Mar 2018 22:58:05 +0200 Subject: [PATCH] tests: record videos and failure screenshots --- cypress.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cypress.json b/cypress.json index de21562f..0f37ac36 100644 --- a/cypress.json +++ b/cypress.json @@ -5,7 +5,7 @@ "fixturesFolder": false, "supportFile": false, "fileServerFolder": ".", - "videoRecording": false, - "screenshotOnHeadlessFailure": false, + "videoRecording": true, + "screenshotOnHeadlessFailure": true, "projectId": "z6eb6h" }