XCResultExplorer

Interactive command line tool to explore XCResult files - list all tests and view detailed information including console output.

Features

  • Find all XCResult files for a project with timestamps and file sizes
  • List all tests with their status and IDs
  • View detailed information about specific tests
  • View console output for a test with --console
  • Much easier to use than xcresulttool

Usage

Find all XCResult files in a project

xcresultexplorer . --project

List all tests in an XCResult file

xcresultexplorer path/to/result.xcresult

View details for a specific test

xcresultexplorer path/to/result.xcresult --test-id "TestIdentifier"

View extreme details with console output

xcresultexplorer path/to/result.xcresult --test-id "TestIdentifier" --console

Installation

swift build -c release
cp .build/release/xcresultexplorer /usr/local/bin/