An open API service indexing awesome lists of open source software.

https://github.com/niedong/greport

Python tool that generate html test report from googletest xml file
https://github.com/niedong/greport

googletest html python test-report xml

Last synced: 30 days ago
JSON representation

Python tool that generate html test report from googletest xml file

Awesome Lists containing this project

README

          

# greport

Python tool that generate *html* test report from googletest *xml* file

## Installation

```
pip install greport
```

## Usage

```
greport [-h] -f FILE -o OUTPUT
```