Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.48 KB

File metadata and controls

32 lines (22 loc) · 1.48 KB

gtest2html

LICENSE
DOT_NET_FRAMEWORK APP_VER LIB_VER
DOT_NET_CORE DOT_NET_CORE APP_VER LIB_VER

gtest2html is an application to convert .xml format data a test application using googletest framework and run it with "--xml:" option.

Features

This application converts the xml files output by a test applciation using googletest into html files.

How to use

To run the application, type the following on the command line.

gtest2html path/to/output path/to/input

The path/to/input should be folder contains xml files.
To see the pages the application generated, open index.html under path/to/output directory.

Attention

The application output includes a CSS file. If you need to change the styles, modify report.css located in the root of the generated output.