master
helenanull 2 years ago
parent d70cf27cac
commit 19da39aaf3

@ -2,28 +2,8 @@ version: 2.1
orbs:
cypress: cypress-io/cypress@3.1.3
jobs:
install-browser:
steps:
- checkout
workflows:
use-my-orb:
jobs:
- install-browser
- cypress/run:
requires:
- install-browser
cypress-command: npm run cy:ci
parallelism: 2 # use 2 CircleCI machines to finish quickly
weekly:
triggers:
- schedule:
cron: "0 0 * * 0"
filters:
branches:
only:
- main
run-cy-tests:
jobs:
- cypress/run:
cypress-command: npm run cy:ci

Loading…
Cancel
Save