I've been searching for a long time any tool that can help me generate a HTML report from the XML report on execution of UTs using google test framework, but couln't find any. Can anybody suggest me a good tool.
Thanks in advance
I've been searching for a long time any tool that can help me generate a HTML report from the XML report on execution of UTs using google test framework, but couln't find any. Can anybody suggest me a good tool. Thanks in advance |
|||
|
This thread suggests to use the Ant task JUnitReport described here. It requires just a bit of work to write a small helper script, as indicated in the main answer by dmeister. However it's surprising that a google web search provides so few answers. Maybe everyone uses Jenkins, which is supposed to automatically generate HTML reports. |
|||
|