Robot Framework Metrics generates custom HTML reports with statistical analysis, trends, and visualizations for Robot Framework test results. Version 3.7.0 is the latest, with releases tied to Robot Framework updates. It is actively maintained with regular bug fixes and feature enhancements.
pip install robotframework-metricsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Generate an HTML report and optional Excel file from a Robot Framework output.xml file.
Ensure Python >= 3.7 and Robot Framework >= 4.0.
Use `metrics.generate_report()` instead of `metrics.create_report()`.
Set `generate_xlsx=True` when providing `output_xlsx` path.