【发布时间】:2014-07-14 11:07:28
【问题描述】:
我正在集成 Jenkins for iOS 项目并将构建后操作配置为“发布 junit 测试结果报告”。
当我使用 Jenkins 运行构建时,我收到以下消息,不确定测试报告的位置。
执行测试用例的命令:
xcodebuild -project MyStore2.xcodeproj -scheme MyStore2 -configuration test -sdk iphonesimulator7.0 clean test
控制台日志:
** TEST SUCCEEDED **
Recording test results
Test reports were found but none of them are new. Did tests run?
For example, /Users/Shared/Jenkins/Home/jobs/Sampletest/workspace/my_app/test-reports/test.xml is 3 min 48 sec old
Build step 'Publish JUnit test result report' changed build result to FAILURE
【问题讨论】:
标签: ios jenkins continuous-integration xctest