Take the 2-minute tour ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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

share|improve this question

1 Answer 1

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.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.