Interactive command line tool to explore XCResult files - list all tests and view detailed information including console output.
- 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
xcresultexplorer . --project
xcresultexplorer path/to/result.xcresult
xcresultexplorer path/to/result.xcresult --test-id "TestIdentifier"
xcresultexplorer path/to/result.xcresult --test-id "TestIdentifier" --console
swift build -c release
cp .build/release/xcresultexplorer /usr/local/bin/