Skip to content

CountrySideEngineer/gtest2html

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

gtest2html

LICENSE APP_VER LIB_VER DOT_NET_FRAMEWORK

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 outputs the application generate do not contain CSS file. So, the HTML pages are plain text.
To change it, add a CSS file named report.css in the same directory as index.html.