Tester ArmyTester.Army
Platform

Scheduled Runs

Run Tester.Army checks automatically on a recurring schedule.

Use scheduled runs to run project tests repeatedly without waiting for PR activity.

What scheduled runs do

When enabled, each schedule runs a test prompt at a fixed time. This is useful for:

  • Nightly smoke checks
  • Catching regressions during busy development cycles
  • Watching key flows outside of PRs

Where to configure

  1. Open Project → Settings → Scheduled Runs.
  2. Click New Schedule.
  3. Set:
    • Frequency: Hourly, Daily, or Weekly
    • Time and timezone
    • Day of week (for weekly schedules)
    • The prompt to execute
  4. Save and keep the schedule active.

Limits and behavior

  • Up to 5 schedules per project.
  • Schedules execute using the same project credentials and prompt context as normal project runs.
  • Use clear prompts so each run stays focused on one goal (e.g., checkout flow, login flow).

On this page