xctesthtmlreport
« Back to VersTracker
Description:
Xcode-like HTML report for Unit and UI Tests
Type: Formula  |  Tracked Since: Dec 28, 2025
Links: Homepage  |  formulae.brew.sh
Category: Developer tools
Tags: xcode testing html ci-cd ios
Install: brew install xctesthtmlreport
About:
XCTestHTMLReport parses Xcode's XML output from unit and UI tests to generate a clean, navigable HTML report. It provides a visual interface similar to Xcode's test navigator, making it easy to review test results, logs, and attachments. This tool is invaluable for continuous integration environments where sharing and archiving test results is essential.
Key Features:
  • Generates standalone HTML reports from Xcode result bundles
  • Includes test hierarchy, logs, and screenshots in the output
  • Supports both unit and UI test results
  • Easy to integrate into CI/CD pipelines
Use Cases:
  • Archiving test results from CI builds for team review
  • Debugging test failures with detailed logs and screenshots
  • Presenting test coverage and results to non-technical stakeholders
Alternatives:
  • xcparse – xcparse primarily extracts screenshots and attachments, while XCTestHTMLReport generates a full, interactive HTML summary.
  • JUnit XML reporters – Standard JUnit reporters provide flat XML, whereas XCTestHTMLReport offers a richer, visual HTML format with logs and media.
Version History
Detected Version Rev Change Commit