|
|
|
@ -7,3 +7,15 @@ workflows:
|
|
|
|
|
- cypress/run:
|
|
|
|
|
cypress-command: 'npx cypress run --parallel --record'
|
|
|
|
|
parallelism: 2
|
|
|
|
|
weekly:
|
|
|
|
|
triggers:
|
|
|
|
|
- schedule:
|
|
|
|
|
cron: "0 0 * * 0"
|
|
|
|
|
filters:
|
|
|
|
|
branches:
|
|
|
|
|
only:
|
|
|
|
|
- main
|
|
|
|
|
jobs:
|
|
|
|
|
- cypress/run:
|
|
|
|
|
cypress-command: 'npx cypress run --parallel --record'
|
|
|
|
|
parallelism: 2
|
|
|
|
|