Metadata-Version: 2.1
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
Description: ## 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)
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
