如何检测哪个测试用例失败?

时间:2014-06-25 21:36:14

标签: ios xcode unit-testing xcodebuild xctest

我的应用程序中有大约300个测试用例,当我使用以下命令通过终端运行它们时

xcodebuild -project GiaPet.xcodeproj -scheme GiaPet -sdk iphonesimulator clean  build test

测试开始运行,最后得到:

** Test Failed ** and message says "Executed 219 tests, with 1 failure"

然后我必须通过这个巨大的日志来了解哪个测试失败了。

有没有更好的方法来了解哪个测试用例失败了?

1 个答案:

答案 0 :(得分:0)

请查看xctoolxcpretty。这两个工具都有很好的输出。