master
helenanull 2 years ago
parent f18d2fccbc
commit 8909f8ae50

@ -2,11 +2,11 @@ version: 2.1
orbs: orbs:
cypress: cypress-io/cypress@3.1.3 cypress: cypress-io/cypress@3.1.3
jobs: jobs:
install-browser: build_and_test: # this can be any name you choose
steps: steps:
- checkout
- run: - run:
name: test command: npm run test
command: npx @puppeteer/browsers install chrome@stable
workflows: workflows:
run-cy-tests: run-cy-tests:
jobs: jobs:

Loading…
Cancel
Save