Can RTC ANT task junitLogPublisher display skipped tests
Does the junitLogPublisher ANT task support the skipped junit XML attribute? And is it possible for the number of skipped tests to be reported on RTC build output Overview tab Tests summary counts and displayed with a different icon/status on the Tests tab?
<testsuite errors="0" failures="0" hostname="myhost" name="mytestSuite" skipped="1" tests="9" time="61.078" timestamp="2017-03-29T10:10:14">and <testcase classname="myTestClass" name="myTestName" time="0.019"> <skipped message="failed assumption: 2017-03-29-10:10:57:314 got: <false>, expected: is <true>" /> </testcase>At runtime the following error is reported: [junitLogPublisher] Non-fatal errors occurred while publishing "myTestSuite.xml": [junitLogPublisher] Found unexpected element "skipped" inside element "testcase".The build result Overview tab reports "Tests: 9 tests, 0 failures, 0 errors" (but no info about the skipped test) and the Tests tab reports the skipped tests as a pass. Using RTC build engine product.release.label=4.0.6 Thanks |
Be the first one to answer this question!
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.