From c84a87fc7ff283c24b04681da65f13f23c6813cb Mon Sep 17 00:00:00 2001 From: Christian Cueni Date: Tue, 5 Nov 2019 15:21:19 +0100 Subject: [PATCH] Keep cypress fail videos --- client/cypress.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/cypress.json b/client/cypress.json index a7c41e00..66619dd5 100644 --- a/client/cypress.json +++ b/client/cypress.json @@ -1,4 +1,4 @@ { "baseUrl": "http://localhost:8000", - "video": false + "videoUploadOnPasses": false }