Expand description
Test runner for executing tests and parsing results
Provides test framework detection, test execution, and result parsing. Supports Rust (cargo test), TypeScript (npm test), and Python (pytest).
Structsยง
- Test
Runner - Test runner for executing tests with framework detection