Parallelize pytest #360

This commit is contained in:
Daniel Grams 2022-01-13 23:58:30 +01:00
parent 35795b4762
commit b2d5042f2d

View File

@ -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"