Xcode-like HTML report for Unit and UI Tests
- Supports parallel testing
- Supports attachments:
- .png
- .jpeg
- .txt
- Navigate through the report with the keyboard's arrow keys
- Filter out successful or failed tests
- Displays information about the target device
- Displays activity logs
Install XCTestHTMLReport and run your UI tests using fastlane
$ fastlane testYou can also pass multiple times the -r option.
$ xchtmlreport -r TestResults1 -r TestResults2
Report successfully created at TestResults1/index.htmlThis will create only one HTML Report in the path you passed with the -r option
Can be found here at ./fastlane/test_output/index.html
Please create an issue whenever you find an issue or think a feature could be a good addition to XCTestHTMLReport. Always make sure to follow the Contributing Guidelines. Feel free to take a shot at these issues.
XCTestHTMLReport is available under the MIT license.

