菜鸟教程小白 发表于 2022-12-12 23:48:53

ios - 找到了测试报告,但没有一个是新的。测试运行了吗?


                                            <p><p>我正在集成 Jenkins for iOS 项目并将构建后操作配置为“<strong>发布 junit 测试结果报告</strong>”。</p>

<p>当我使用 Jenkins 运行构建时,我收到以下消息,不确定测试报告的位置。</p>

<p><strong>执行测试用例的命令:</strong></p>

<pre><code>xcodebuild -project MyStore2.xcodeproj -scheme MyStore2 -configuration test -sdk iphonesimulator7.0 clean test
</code></pre>

<p><strong>控制台日志:</strong></p>

<pre><code>** 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 &#39;Publish JUnit test result report&#39; changed build result to FAILURE
</code></pre></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>生成测试报告时可能会发生这种情况:新报告不会<strong>删除</strong>旧报告。您的 test-reports 文件夹中有多少个 .xml 文件?您是否尝试删除此文件夹中的所有 .xml 文件并再次启动 Jenkins 作业?</p></p>
                                   
                                                <p style="font-size: 20px;">关于ios - 找到了测试报告,但没有一个是新的。测试运行了吗?,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/24735186/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/24735186/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - 找到了测试报告,但没有一个是新的。测试运行了吗?