XCode UITests html报告生成器

时间:2016-09-28 09:40:08

标签: xcode ui-automation

我正在使用 XCode UITests xcpreatty 来生成HTML报告。 在终端中使用此命令:

xcodebuild -workspace waave.xcworkspace -scheme waave -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 5,OS=9.3' test | xcpretty --report html --output Reports/reportIPhone5.htm

我收到这样的报告:

enter image description here

我想在每个测试中添加其他评论,并在html报告中查看。

有没有可以提供给我的工具?

1 个答案:

答案 0 :(得分:0)

我建议使用XCTestHTMLReport https://github.com/TitouanVanBelle/XCTestHTMLReport