A Test Suite in Qodex is a collection of multiple test scenarios grouped together ideal for validating end-to-end workflows, regression testing, or running all auth-related APIs in one go.
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):
Copy
- name: Run full suite run: qodex run --suite "Critical Flows" --env .env.ci