Skip to main content
Coming Soon — This feature is currently internal only. Documentation will be expanded when it becomes available to all users.

Overview

Periodic runs allow you to schedule recurring test executions on a cron-based frequency. Instead of manually triggering test runs or relying solely on CI events, you can set up automatic test execution on a regular cadence.

Planned Capabilities

  • Create scheduled runs — Define a recurring schedule with cron patterns (e.g., daily at midnight, every 6 hours)
  • Branch selection — Choose which branch to run tests against
  • Test filtering — Filter which tests to include using grep patterns
  • Activate / Deactivate — Enable or disable schedules without deleting them
  • Run Now — Trigger an immediate run outside the schedule
  • View results — See results from scheduled runs alongside manual runs in the dashboard

Check back for updates as this feature becomes generally available.