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

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: 3 months 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.