run_tests
Run tests in any programming language using the appropriate test framework (pytest, jest, mocha, etc.) by specifying the language, file path, and optional pattern to target specific test files.
Instructions
Run tests using appropriate test runner
Input 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 |