From 13297da67a7e0e1a76681e7173e596cb8a35a6c4 Mon Sep 17 00:00:00 2001 From: David Hartmann Date: Thu, 21 Apr 2022 18:16:58 +0200 Subject: [PATCH] test: disable video recording in cypress --- cypress.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cypress.json b/cypress.json index 2f4fbfae..b7e01266 100644 --- a/cypress.json +++ b/cypress.json @@ -1,3 +1,4 @@ { - "baseUrl": "http://localhost:8098" + "baseUrl": "http://localhost:8098", + "video": false }