Jenkins中的Xunit插件(Junit)显示每个测试用例都已通过,而事实并非如此

时间:2016-01-07 16:17:12

标签: jenkins junit

Xunit插件读取xml文件没有麻烦,但认为每个案例都已通过。

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<testsuites errors="0" failures="1" disabled="" name="Processing.lvproj" tests="1" time="216">
  <testsuite tests="3" time="216" name="Bad pixel correction.vi" failures="1" errors="0" timestamp="1/01/1904 1:00:00" id="0" hostname="jenkins" skipped="0" disabled="">
    <testcase name="Test Case 1" classname="0" status="Failed" time="124" assertions=""/>
    <testcase name="Test Case 2" classname="0" status="Passed" time="59" assertions=""/>
    <testcase name="Test Case 3" classname="0" status="Passed" time="33" assertions=""/>
  </testsuite>
</testsuites>

这清楚地表明,第一个测试案例的状态是“失败”和“#34; 我尝试过很多不同的东西,但似乎没什么用。有人有想法吗?

0 个答案:

没有答案