get_test_summary
Generate a detailed summary of test setups, coverage metrics, and actionable recommendations for JavaScript/TypeScript projects by specifying the repository path.
Instructions
Get a comprehensive summary of the test setup, coverage, and recommendations
Input Schema
Name | Required | Description | Default |
---|---|---|---|
repoPath | Yes | Path to the repository |
Input Schema (JSON Schema)
{
"properties": {
"repoPath": {
"description": "Path to the repository",
"type": "string"
}
},
"required": [
"repoPath"
],
"type": "object"
}