From 007777bf0d00f014408fd19bd54646a9011e02f7 Mon Sep 17 00:00:00 2001 From: Daniel Grams Date: Fri, 14 Jan 2022 00:08:59 +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 718eb4a..659753a 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -68,6 +68,7 @@ jobs: uses: cypress-io/github-action@v2 with: browser: chrome + record: true parallel: true group: "Mobile" wait-on: "http://127.0.0.1:5001" @@ -141,6 +142,7 @@ jobs: uses: cypress-io/github-action@v2 with: browser: chrome + record: true parallel: true group: "Desktop" wait-on: "http://127.0.0.1:5001"