Overview
Schedule tests to run automatically using Test Plans for recurring schedules or CI/CD integration for deployment-triggered runs.Scheduling Options
Test Plans
Schedule recurring test runs with configurable frequency
CI/CD Integration
Trigger tests from deployment pipelines
Test Plans
Define which tests to run and when.Create a Test Plan
- Navigate to Test Plans in sidebar
- Click Create Plan
- Add tests (by selection, folder, or tag)
- Configure schedule
- Enable the plan
Schedule Options
| Frequency | Example | Use Case |
|---|---|---|
| Hourly | Every 2 hours | Critical path monitoring |
| Daily | 2:00 AM daily | Nightly regression |
| Weekly | Monday 9:00 AM | Weekly full suite |
| Custom | Cron expression | Complex schedules |
CI/CD Integration
Trigger tests from your deployment pipeline.Integration Methods
API Trigger:- GitHub Actions
- GitLab CI
- Jenkins
- CircleCI
- Any platform with HTTP/webhook support
Choosing Your Approach
| Scenario | Recommended |
|---|---|
| Nightly regression | Test Plan with daily schedule |
| Post-deployment | CI/CD integration |
| Continuous monitoring | Test Plan with hourly schedule |
| Release validation | CI/CD with specific environment |

