run_tests
Execute tests using detected frameworks like pytest, jest, or maven. Specify a test file, directory, or additional arguments, or detect frameworks without running tests.
Instructions
Run tests using detected testing frameworks (pytest, jest, maven, etc.)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
args | No | Additional arguments to pass to the test runner | |
detect_only | No | Only detect available frameworks without running tests | |
framework | No | Testing framework to use (auto-detected if not specified) | |
test_path | No | Specific test file or directory to run |