run_tests
Execute tests in your codebase by specifying language, framework, and test location to verify functionality and identify issues.
Instructions
Run tests using appropriate test runner
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| language | Yes | Programming language | |
| framework | No | Test framework (pytest, jest, mocha, etc) | |
| path | No | Path to test file or directory | |
| pattern | No | Test file pattern |