Metadata-Version: 2.0
Name: vjunit
Version: 0.6
Summary: Generate html file from junit reports
Home-page: http://github.com/ahelsayd/vjunit
Author: Ahmed El-Sayed
Author-email: ahmed.m.elsayed93@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: jinja2

## VJunit

Python tool to convert junit xunit  xml reports to html file

### Installation
```bash
pip3 install vjunit
```
### Usage

```bash
vjunit -f <xml file path> -o <output html file>
```

### Output

![image](assets/screenshot1.png)


