Option 1: GitHub / CircleCI Integration (Native)
- Go to the Test Plans tab in Qodex.
- Select an existing test plan or create a new one.
- In the CI/CD Integrations tab, link your GitHub or CircleCI account.
- Set when the test plan should trigger (e.g., push to main, PR merge).
- Once configured, Qodex runs this plan automatically via your GitHub or CircleCI workflows.
Option 2: Custom CI/CD Integration via REST API
Use this when integrating with tools like Jenkins, GitLab CI, Bitbucket Pipelines, Azure DevOps, etc.1. Trigger the Test Plan
This returns a build_id in the response that you’ll use to check test status.
2. Poll for Test Plan Status
This returns build status, pass/fail details, and execution logs.