Ecosyste.ms: Awesome
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: 24 days ago
JSON representation
python script to parse junit result xml
- Host: GitHub
- URL: https://github.com/utzcoz/python-junit-result-parser
- Owner: utzcoz
- License: apache-2.0
- Created: 2019-10-15T14:30:54.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-08-12T04:50:21.000Z (about 2 years ago)
- Last Synced: 2023-02-28T10:23:15.163Z (over 1 year ago)
- Topics: junit-result-parser
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.