From 0bfda297005476eff6a237799eb2a15e5a68a2c1 Mon Sep 17 00:00:00 2001 From: Daniel Grams Date: Fri, 14 Jan 2022 00:25:15 +0100 Subject: [PATCH] Update cypress.yml --- .github/workflows/cypress.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 659753a..16c1369 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -69,6 +69,7 @@ jobs: with: browser: chrome record: true + video: false parallel: true group: "Mobile" wait-on: "http://127.0.0.1:5001" @@ -143,6 +144,7 @@ jobs: with: browser: chrome record: true + video: false parallel: true group: "Desktop" wait-on: "http://127.0.0.1:5001"