标签: xcode jenkins ui-testing
我正在通过jenkins运行xcode7 ui测试,并希望获得失败的屏幕截图。
我知道如何通过xcode本身来做到这一点:
问题是如何通过xcodebuild运行测试
xcodebuild -workspace bla.xcworkspace test
答案 0 :(得分:1)
在-derivedDataPath上定义xcodebuild标志将保存所有测试数据。特别是屏幕截图,可以在Logs/Test/Attachments/下的任何地方找到您保存的衍生数据
-derivedDataPath
xcodebuild
Logs/Test/Attachments/