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
- Host: GitHub
- URL: https://github.com/utzcoz/python-junit-result-parser
- Owner: utzcoz
- License: apache-2.0
- Created: 2019-10-15T14:30:54.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-08-12T04:50:21.000Z (almost 3 years ago)
- Last Synced: 2025-01-25T06:43:17.727Z (4 months ago)
- Topics: junit-result-parser
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- 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.