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.
Each test scenario will run sequentially or in parallel (as supported), and logs will be grouped under a single test suite execution report.
You can run a full test suite locally after syncing it with GitHub.
Use the exact name of the test suite and point to the appropriate .env file for variables.
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):
For recurring execution, link your suite to a Test Plan and set a schedule.