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
- Host: GitHub
- URL: https://github.com/niedong/greport
- Owner: niedong
- License: mit
- Created: 2021-11-03T02:20:10.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-31T03:06:06.000Z (over 4 years ago)
- Last Synced: 2025-12-16T17:35:39.165Z (7 months ago)
- Topics: googletest, html, python, test-report, xml
- Language: HTML
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```