From e61a3160d5fc1326d6bd2bcfc0c81c55960cab93 Mon Sep 17 00:00:00 2001 From: Nikita Cedrik Date: Thu, 30 May 2019 16:19:53 +1000 Subject: [PATCH] Disable capturing video of the tests --- cypress.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cypress.json b/cypress.json index aa0d049e5..cc74867e4 100644 --- a/cypress.json +++ b/cypress.json @@ -1,4 +1,5 @@ { "pluginsFile": "tests/e2e/plugins/index.js", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 10_3 like Mac OS X) AppleWebKit/602.1.50 (KHTML, like Gecko) CriOS/56.0.2924.75 Mobile/14E5239e Safari/602.1" + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 10_3 like Mac OS X) AppleWebKit/602.1.50 (KHTML, like Gecko) CriOS/56.0.2924.75 Mobile/14E5239e Safari/602.1", + "video": false }