From 566a52b1616b781b6d9a510fd50c6179c9049b9a Mon Sep 17 00:00:00 2001 From: moklick Date: Tue, 4 Aug 2020 00:41:25 +0200 Subject: [PATCH] refactor(cypress): dont record video while testing --- cypress.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/cypress.json b/cypress.json index 7973f9656..17dcce9af 100644 --- a/cypress.json +++ b/cypress.json @@ -1,5 +1,6 @@ { "baseUrl": "http://localhost:3000", "viewportWidth": 1280, - "viewportHeight": 720 -} + "viewportHeight": 720, + "video": false +} \ No newline at end of file