robotframework-results
Installation
SKILL.md
Robot Framework Results
Use the bundled script to read Robot Framework output.xml and return JSON. It supports:
- summary totals
- detailed suite/test breakdowns
- tag statistics and criticality grouping
- execution errors, failed test messages, and keyword-level errors
- timing (keyword timing is opt-in)
- single or multiple outputs (merge or combine with rebot)
Quick start
Single file summary:
python scripts/rf_results.py --output output.xml --sections summary
Multiple outputs, merged (--merge replaces earlier results when tests overlap):