Convert Google XML Report to HTML (Console)

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.

+4
source share
2 answers

you must use xsltto convert xmlto html.

you can use the tool xsltprocfrom the command line under linux. I think there are equivalent tools for other OSs.

+3
source

, Python 2. *: https://github.com/burlachenkok/gtest_report

gtest_report Google.

, .

+2

All Articles