master
helenanull 2 years ago
parent 83591ed9a4
commit 02f1ff4ccd

@ -1,6 +1,11 @@
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:

Loading…
Cancel
Save