我的应用程序中有大约300个测试用例,当我使用以下命令通过终端运行它们时
xcodebuild -project GiaPet.xcodeproj -scheme GiaPet -sdk iphonesimulator clean build test
测试开始运行,最后得到:
** Test Failed ** and message says "Executed 219 tests, with 1 failure"
然后我必须通过这个巨大的日志来了解哪个测试失败了。
有没有更好的方法来了解哪个测试用例失败了?