From b2d5042f2dc5228cfb27961d3f79d363efe8480b Mon Sep 17 00:00:00 2001 From: Daniel Grams Date: Thu, 13 Jan 2022 23:58:30 +0100 Subject: [PATCH] Parallelize pytest #360 --- .github/workflows/cypress.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"