Update cypress.yml

This commit is contained in:
Daniel Grams 2022-01-14 00:08:59 +01:00 committed by GitHub
parent b2d5042f2d
commit 007777bf0d

View File

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