Cypress tests on schedule #21559
Unanswered
RuthlessB
asked this question in
Questions and Help
Replies: 1 comment 2 replies
-
You need a cron job. Every CI provider supports it. https://crontab.guru/#0_1-23_*_*_6-7 Setup Cypress to be able to run in the CI, then implement the cron job. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Greetings, fellow testers!
I am quite new to testing and Cypress. But let's say I have a few tests, which I would like to run once every 30 minutes or so. The Cypress test laucher only allows one run, after which I have to start another one manually, Is there any solution for this type of task, which is not paid (like browserstack and what not)? Thank you in advance for helping me out.
Beta Was this translation helpful? Give feedback.
All reactions