Skip to main content

CRON Schedules

Automate recurring test runs on a schedule — no CI/CD pipeline required.


Creating a Schedule

  1. Click Run to open the Execution Modal.
  2. Switch to the Schedule Run tab (top of the modal).
  3. Fill in the standard run fields (project, environment, folder).
  4. Enter a Schedule Name — this is used as the groupName for all triggered executions.
  5. Enter or select a CRON expression (e.g., 0 2 * * * = daily at 02:00 UTC). Use the preset buttons for common intervals.
  6. Click Save Schedule.

The schedule is immediately registered in the live scheduler — no server restart needed.


CRON Expression Reference

ExpressionMeaning
0 * * * *Every hour
0 2 * * *Every day at 02:00 UTC
0 2 * * 1Every Monday at 02:00 UTC
0 2 1 * *First day of every month at 02:00 UTC
*/15 * * * *Every 15 minutes

Managing Schedules

Go to Settings → Schedules to see all active CRON schedules for your organization:

ColumnDescription
NameThe schedule name / group name
CRON ExpressionThe schedule interval
EnvironmentTarget environment for triggered runs
FolderTest folder path

Click Delete to permanently remove a schedule and cancel all future executions.

Note: Users with the Viewer role cannot delete schedules.


Triggered Execution Grouping

All executions triggered by a schedule share the same groupName (the schedule name). Use Grouped View on the dashboard to see all runs from a schedule together with a pass/fail summary across runs.