Documentation
Testing
Testing Overview
QODRYX uses AI to automatically generate, run, and maintain your test suites.
How It Works
- Select a file or function you want to test
- QODRYX AI analyzes the code structure and behavior
- Tests are generated covering edge cases and common scenarios
- Run tests directly in the platform or export to your project
Testing Features
AI Test Generation
Automatically generate comprehensive unit tests for your functions and components.
Test Runners
Integrate with Jest, Vitest, Pytest, and other popular test runners.
Coverage Reports
Track test coverage and identify untested code paths.
Debug Assistant
AI-powered debugging to help you fix failing tests.
Supported Test Frameworks
Jest
JavaScript/TypeScript
Vitest
JavaScript/TypeScript
Pytest
Python
JUnit
Java
Go Test
Go
RSpec
Ruby