diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 4a6ba93..718eb4a 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -67,7 +67,7 @@ jobs: - name: Cypress run uses: cypress-io/github-action@v2 with: - record: true + browser: chrome parallel: true group: "Mobile" wait-on: "http://127.0.0.1:5001" @@ -140,7 +140,7 @@ jobs: - name: Cypress run uses: cypress-io/github-action@v2 with: - record: true + browser: chrome parallel: true group: "Desktop" wait-on: "http://127.0.0.1:5001"