Developers can also run Qodex tests locally for debugging or during feature development.Documentation Index
Fetch the complete documentation index at: https://qodex.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
Steps:
- Sync tests to GitHub
- Clone repo locally
- Set up .env for your environment (staging, dev, prod)
- Run from terminal:
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