- Group test scenarios into Test Suites
- Automate them with Test Plans
- Track health and coverage in Dashboards
- Dive deep with Build Reports
- Stay updated through Slack & Email Alerts
Test Suites
A Test Suite is a collection of related test scenarios grouped together so you can run them as a unit. Examples of Test Suites:- Regression Suite
- Authentication & Security Tests
- Core Flows (Signup, Login, Payments)
- Microservice-specific suites
- Go to Test Scenarios.
- Select multiple active scenarios.
- Click Create New Test Suite or + Add to Test Suite.
- Run the suite anytime, or add it into a Test Plan.
- Organize tests by feature, service, or risk profile.
- Manage large test libraries more easily.
- Run multiple scenarios with a single click.
Test Plans
A Test Plan automates the execution of one or more suites on a defined schedule. How to create a Test Plan:- Go to Test Plans.
- Either:
- Create a new Plan → select the Suites you want, or
- From a Test Suite → click Create Test Plan / + Add to Test Plan.
- Open Details → Edit to define when to run.
- Add notifications (Slack, Email, Webhook).
- Daily (ideal for staging environments)
- Weekly (full regression checks)
- On Deploy (triggered by CI/CD)
- Custom (via cron pattern)
- Continuous testing without manual triggers.
- Validate staging and production APIs regularly.
- Catch regressions early and proactively.
- Notify stakeholders automatically.
Dashboards
The Dashboard provides a live view of your testing health. What you’ll see:- API test coverage
- Pass/fail trends over time
- Total tests executed
- Environments tested
- Recent failures
- Quick visibility for engineering and QA leaders.
- Spot trends in regressions early.
- Prove test coverage during audits or reviews.
Build Reports
Every test run in Qodex - manual, scheduled, or via CI/CD generates a Build Report. This gives full visibility into results across APIs, environments, and timeframes. What’s included:- Summary: total tests, passed, failed, skipped, time per test, environment.
- Scenario details: pass/fail for each test, grouped by Suite, with case links.
- Test case detail: request (method, URL, headers, body), response (status, time), validation rules, DB checks, errors/diffs.
- “Fix Me” options: auto-update test logic when failures are caused by API changes rather than bugs.
- History: compare reports across runs to track regressions and reliability.
- Build Reports tab in the main navigation.
- Linked directly from Slack/Email alerts.
- Automatically generated on every run.
- Visibility into not just pass/fail, but why.
- Faster debugging (request + response + validations in one place).
- Track regression trends and coverage over time.
- Reduce maintenance overhead with “Fix Me.”
Slack and Email Alerts
Qodex can notify your team instantly when tests complete so you never miss regressions. What alerts can include:- New test failures
- API regressions
- Flaky test detection
- Auto-healed tests
- Coverage drops
- Full run summaries or incremental changes
- Slack (any channel)
- Email (to one or more recipients)
- Webhooks (PagerDuty, Microsoft Teams, etc.)
- Go to Test Plans.
- Create or edit a Plan.
- In Plan Details → Notifications, add Slack channels, email recipients, or a webhook URL.
- Save alerts now trigger automatically on every run.
- Keep the team in the loop without checking reports manually.
- Catch regressions before they reach production.
- Help developers act faster with direct links to Build Reports.
- Give QA and platform teams visibility across environments.
- Provide traceability during reviews or incidents.