Metadata-Version: 2.1
Name: rf-unique-error-summary-report
Version: 1.0.0
Summary: A utility to process robot framework junit XML and then create unique error report with error count and latest test name for easy and quick issue analysis.
Home-page: UNKNOWN
Author: Chandan Mishra
Author-email: testautomasi@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# 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](LICENSE) file for details.

