xcresult_summary
Analyze and summarize test results from an XCResult file to quickly assess test outcomes and streamline Xcode build automation workflows with XcodeMCP.
Instructions
Get a quick summary of test results from an XCResult file
Input Schema
Name | Required | Description | Default |
---|---|---|---|
xcresult_path | Yes | Absolute path to the .xcresult file |
Input Schema (JSON Schema)
{
"properties": {
"xcresult_path": {
"description": "Absolute path to the .xcresult file",
"type": "string"
}
},
"required": [
"xcresult_path"
],
"type": "object"
}