Updates:
Status: Pending
Comment #1 on issue 1330 by pekka.klarck: Reporting CppUTest results with
rebot
http://code.google.com/p/robotframework/issues/detail?id=1330
I can understand that generating same reports from different tools is
handy. We don't, however, want to add direct support for other tools into
Robot. There are two possibilities how this can be handled externally:
1) Create a script that converts CppUTest outputs into XML understood by
Rebot. That XML syntax is explained on RobotOutputXml wiki page. This
obviously requires no changes to Robot itself.
2) Create a tool that uses Robot's internal modules for parsing CppUTest
output and generating reports. This would basically require registering
CppUTestSuiteHandler that you have implemented to Robot's XmlElementHandler
somehow. I'm not sure is that possible at the moment, but making these APIs
easier to use externally is something we definitely can do. Let us know if
you are interested.