xcresult_browse
Browse XCResult files to list all tests or view specific test details including pass/fail status and failure messages. Automatically saves large console output to a temporary file for easy access.
Instructions
Browse XCResult files - list all tests or show details for a specific test. Returns comprehensive test results including pass/fail status, failure details, and browsing instructions. Large console output (>20 lines or >2KB) is automatically saved to a temporary file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| xcresult_path | Yes | Absolute path to the .xcresult file | |
| test_id | No | Optional test ID or index number to show details for a specific test | |
| include_console | No | Whether to include console output and test activities (only used with test_id) |