parse-rf-results | Skill Performance & Reviews | TopRankSkills

TopRank Skills

Home / Skills / tools / parse-rf-results

parse-rf-results

maintained by MarketSquare

star 631 account_tree 136 verified_user MIT License
bolt View GitHub

name: parse-rf-results description: 'Parse Robot Framework test results from output.xml. Use when: analyzing test execution results, extracting pass/fail statistics, filtering failures, summarizing test runs' argument-hint: 'Path to output.xml, or describe what to extract (e.g. failed tests, keyword timings, suite stats)'

Parse Robot Framework Results

Uses scripts/parse_results.py to parse output.xml via robot.api.ExecutionResult.

The output.xml file is always at atest/output/output.xml. Do not guess another path unless the user explicitly provides one.

Running the script

.venv/bin/python .github/skills/parse-rf-results/scripts/parse_results.py atest/output/output.xml

On Windows:

.venv\Scripts\python .github/skills/parse-rf-results/scripts/parse_results.py atest/output/output.xml

The script prints three sections automatically: pass rate summary, individual failures with error messages, and failures grouped by identical error message.

Optional flags

--keyword-logs

Include all keyword log messages for each failing test. Each log entry shows the timestamp, log level, and message text. HTML tags are stripped from messages.

.venv/bin/python .github/skills/parse-rf-results/scripts/parse_results.py atest/output/output.xml --keyword-logs

Example output for a failing test:

FAIL  Suite.Test Name
      keyword: Some Keyword (SomeLibrary)
      AssertionError: expected True but got False
      --- keyword logs ---
      20260306 14:32:01.123  INFO      Clicks the element 'id=submit'.
      20260306 14:32:01.456  DEBUG     Clicked element: 'id=submit' successfully.

chat Comments (0)

chat_bubble_outline

No comments yet. Be the first to share your thoughts!

Skill Details

GitHub Stars 631
GitHub Forks 136
Created Mar 2026
Last Updated 3 months ago
tools tools debugging

Related Skills

fabric
chevron_right
typescript-expert
chevron_right
break-loop
chevron_right
burp-suite
chevron_right
page-behavior-audit
chevron_right

Build your own?

Join 12,000+ developers contributing to the Claude ecosystem.