Developers can also run Qodex tests locally — for debugging or during feature development.
Steps:
- Sync tests to GitHub
- Clone repo locally
- Set up .env for your environment (staging, dev, prod)
- Run from terminal:
qodex test run --env=.env.staging
Use Cases:
- Debug a failing test locally
- Validate a new test scenario before pushing
- Reproduce CI/CD failures locally
- Run tests on feature branches
Benefits:
- Debug a failing test locally
- Validate a new test scenario before pushing
- Reproduce CI/CD failures locally
- Run tests on feature branches