I need an example (in some console tool) to convert the generated gtest XML report to HTML. The mast of the solution should be without using ant or Maven.
you must use xsltto convert xmlto html.
xslt
xml
html
you can use the tool xsltprocfrom the command line under linux. I think there are equivalent tools for other OSs.
xsltproc
, Python 2. *: https://github.com/burlachenkok/gtest_report
gtest_report Google.
, .