xctesthtmlreport

Converts Xcode test results to HTML reports for better visualization

brewmacoslinux
Try with needOr install directly
Source

About

Xcode-like HTML report for Unit and UI Tests

Commands

xctesthtmlreport

Examples

Generate HTML report from xctest results in a directory$ xctesthtmlreport -r /path/to/test/results -o /path/to/output.html
Create report from derived data with custom title$ xctesthtmlreport -r ~/Library/Developer/Xcode/DerivedData/YourApp-*/Logs/Test -o report.html
Generate report and open it in default browser$ xctesthtmlreport -r test-results/ -o report.html && open report.html