analyze_tests
Analyze the most recent test run to identify failures and generate detailed insights or summaries for efficient debugging and issue resolution.
Instructions
Analyze the most recent test run and provide detailed information about failures.
Args:
summary_only: Whether to return only a summary of the test results
Input Schema
Name | Required | Description | Default |
---|---|---|---|
summary_only | No |
Input Schema (JSON Schema)
{
"properties": {
"summary_only": {
"default": false,
"title": "Summary Only",
"type": "boolean"
}
},
"title": "analyze_testsArguments",
"type": "object"
}