
How It Works
Test Plans act like automation rules. You choose:- Which test suite to run
- When to run it (frequency, time, timezone)
- Where to send alerts (Slack, email)
Steps to Create a Test Plan
- Go to the Test Plans section from the left sidebar.
- Click + Create New Plan.
- Select a test suite from your existing ones.
- Set the execution schedule (e.g., daily at 9 AM IST).
- Choose the environment (e.g., .env.staging).
- Add notifications:
- Slack channels (via webhook)
- Team email addresses
- Click Save Plan, your tests will now run on autopilot.
Why Developers Use Scheduled Runs
- Ensure regressions are caught overnight
- Run sanity tests every morning before standup
- Automate validation post-deployment
- Keep QA in sync with CI/CD timelines