How can we publish build/test results for C++test framwork?
The customer want to publish build/test result with C++Test and want to know how they can accomplish this.
Can we use ccpunitLogPublisher by modifying output or CC++Test result? or what other option we have?
And what is "another approach is to use XSLT to convert XML data to the format expected by one of the existing tasks, or to HTML"?
another approach is to use XSLT to convert XML data to the format expected by one of the existing tasks, or to HTML"
Let me know if you have some idea for this!
Can we use ccpunitLogPublisher by modifying output or CC++Test result? or what other option we have?
And what is "another approach is to use XSLT to convert XML data to the format expected by one of the existing tasks, or to HTML"?
-
ccpunitLogPublisher
https://jazz.net/help-dev/clm/index.jsp?topic=%2Fcom.ibm.team.concert.dotnet.doc%2Ftopics%2Fr_ccpunitlogpub.html
- https://jazz.net/wiki/bin/view/Main/BuildFAQ (How can I publish test results? )
another approach is to use XSLT to convert XML data to the format expected by one of the existing tasks, or to HTML"
Let me know if you have some idea for this!
2 answers
The short answer is 'no'. I don't have any experience with C++ Test, but we don't have native support for the C++ Test. The longer answer is taking the results from C++ Test , and setup a custom script via XSLT to transform the data into the CCPUnit format or one of the other formats that does have native support. Or transform the data into a html page and then contribute that to the build so it would be viewable that way.