run_tests
Execute test files in multiple languages and get structured results with CI annotations for continuous integration workflows.
Instructions
Execute test files and return structured results with CI annotations.
Execution is always optional — controlled by UTF config. Never blocks generation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| language | Yes | Language of the tests (python | typescript | javascript | java | go) | |
| framework | No | Test framework hint (pytest | vitest | jest | junit5 | maven | gradle | go) | |
| test_files | Yes | List of test file paths to execute | |
| project_dir | No | Project root directory (defaults to cwd) | |
| timeout_seconds | No | Per-file execution timeout in seconds (default: 120) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||