Remove parallel from Cypress command to avoid talking to Cypress Cloud

This commit is contained in:
Andy Balaam 2023-09-04 12:40:44 +01:00
parent 5b22f6910f
commit 1498c51b7b

View file

@ -172,8 +172,8 @@ jobs:
start: npx serve -p 8080 -L ../webapp
wait-on: "http://localhost:8080"
record: true
parallel: true
command-prefix: "yarn percy exec --parallel --"
parallel: false
command-prefix: "yarn percy exec --"
config: '{"reporter":"cypress-multi-reporters", "reporterOptions": { "configFile": "cypress-ci-reporter-config.json" } }'
ci-build-id: ${{ needs.prepare.outputs.uuid }}
spec: cypress/e2e/[${{ matrix.segment }}]*/**