From the Qodex Web App
- Navigate to Test Suites from the left sidebar.
- Select an existing test suite or create one by clicking + Add Test Suite.
- Inside the suite, confirm all relevant test scenarios are added.
- Click Run Suite.
- Choose the environment to run against (e.g., .env.staging, .env.production).
- Monitor test progress and results in the Build Reports section.
From CLI (Local)
You can run a full test suite locally after syncing it with GitHub.From CI/CD
To run a full suite via CI/CD, include the —suite flag in your automation scripts or trigger a test plan that includes the suite. Example (GitHub Actions):Why Use This?
- Run all test flows before deployments
- Validate interdependent APIs together
- Ensure consistent behavior across environments
- Ideal for daily scheduled runs or post-merge validations