master
helenanull 2 years ago
parent a901b253b0
commit 83591ed9a4

@ -1,15 +1,9 @@
version: 2.1 version: 2.1
orbs: orbs:
cypress: cypress-io/cypress@3.1.3 cypress: cypress-io/cypress@3.1.3
jobs:
install-browser:
steps:
- run:
command: npx @puppeteer/browsers install chrome@stable
workflows: workflows:
run-cy-tests: run-cy-tests:
jobs: jobs:
- install-browser
- cypress/run: - cypress/run:
cypress-command: 'npm run cy:ci' cypress-command: 'npm run cy:ci'
parallelism: 2 parallelism: 2

Loading…
Cancel
Save