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"