run_mutation_tests_tool
Runs mutation tests to evaluate test suite effectiveness, returning summarized mutation statistics. Supports Stryker for JS/TS and Mutmut for Python, with automatic framework detection.
Instructions
Run mutation tests and return summarized mutation statistics. Supports multiple frameworks: stryker (JS/TS), mutmut (Python). If tool is not specified, auto-detects based on project structure.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tool | No | ||
| command | Yes | ||
| regionId | No | ||
| commitSha | Yes | ||
| projectId | Yes | ||
| reportPath | No | ||
| workingDirectory | Yes |