RF Error Summary
Overview
The RF Error Report Summary is a tool designed to parse and analyze unique error reports generated by RF jnuitresults. This project aims to streamline the process of identifying and categorizing errors to facilitate quicker troubleshooting and resolution.
Features
- Parse RF error reports
- Identify unique errors
- Categorize errors for easy analysis
- Generate summary reports
Usage
- install using pip install rf-error-summary
- run python -m error_summary junitfile outputfilehtmlfilename
- sample command: python -m error_summary junitresult.xml errors.html
- check outputfilehtmlfilename html file for error summary report i.e errors.html
License
This project is licensed under the MIT License. See the LICENSE file for details.