Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/utzcoz/python-junit-result-parser

python script to parse junit result xml
https://github.com/utzcoz/python-junit-result-parser

junit-result-parser

Last synced: 24 days ago
JSON representation

python script to parse junit result xml

Awesome Lists containing this project

README

        

### python-junit-result-parser

```
python3 junit_result_parser.py -d your_junit_xml_result_dir
```

If you want to show the error messages, you can append `--show-error-message` to above command.

If you want to show the failed messages, you can append `--show-failed-message` to above command.