|
配置后最后出现没有测试结果是怎么回事 但是有junit的结果
Looking for JUnit test cases test results.
Found [1] JUnit XML(s).
Parsing JUnit XML [Junit3\target\surefire-reports\TEST-com.sitinspring.TestCalculator.xml].
Veryfying JUnit test suite [com.sitinspring.TestCalculator]. This suite contains [2] tests, [1] failures and [0] errors.
Looking for a test result that matches with key custom field [testSub] => [com.sitinspring.TestCalculator].
Verifying TestLink test case [TestCalculator], ID [23].
Custom fields in this TestLink test case [[CustomField [id=1, name=TestClass, label=TestClass, type=0, possibleValues=, defaultValue=, validRegexp=, lengthMin=0, lengthMax=0, showOnDesign=true, enableOnDesign=true, showOnExecution=true, enableOnExecution=false, showOnTestPlanDesign=false, enableOnTestPlanDesign=false, displayOrder=1, location=1, value=TestCalculator]]].
Looking for a test result that matches with key custom field [testSub] => [com.sitinspring.TestCalculator].
Verifying TestLink test case [TestCalculator], ID [23].
Custom fields in this TestLink test case [[CustomField [id=1, name=TestClass, label=TestClass, type=0, possibleValues=, defaultValue=, validRegexp=, lengthMin=0, lengthMax=0, showOnDesign=true, enableOnDesign=true, showOnExecution=true, enableOnExecution=false, showOnTestPlanDesign=false, enableOnTestPlanDesign=false, displayOrder=1, location=1, value=TestCalculator]]].
No test results found.
Skipping update test case execution status. Nothing found.
Recording test results
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Finished: UNSTABLE |
|