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
- Open Project → Settings → Scheduled Runs.
- Click New Schedule.
- Set:
- Frequency: Hourly, Daily, or Weekly
- Time and timezone
- Day of week (for weekly schedules)
- The prompt to execute
- 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).