master
helenanull 2 years ago
parent a901b253b0
commit 83591ed9a4

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

Loading…
Cancel
Save