From a75a4493cc78b4e05dc16ef61fdb3a04dffeaf10 Mon Sep 17 00:00:00 2001 From: Karol Wypchlo Date: Wed, 11 Mar 2020 15:13:02 +0100 Subject: [PATCH] do not upload cypress video on success --- cypress.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cypress.json b/cypress.json index 69ebc95b..11fb5eb8 100644 --- a/cypress.json +++ b/cypress.json @@ -1,4 +1,5 @@ { "baseUrl": "http://127.0.0.1:8000", - "projectId": "6qp3um" + "projectId": "6qp3um", + "videoUploadOnPasses": false }