adiralashiva8/Robot Framework Summary Report

Parse Robot Framework output.xml and post a beautiful summary report on your PR or Commit — zero config needed.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
output_xml_pathPath to Robot Framework output.xml. Supports glob (e.g., "results/**/*.xml")yes
github_tokenGitHub token for posting comments (pass secrets.GITHUB_TOKEN from your workflow)yes
project_nameProject name shown in report headernoRobot Framework Summary Report
top_nNumber of items shown per section (top failures, modules, keywords)no5
comment_onWhere to post: "pr", "commit", or "both"nopr
shaCommit SHA to comment on (auto-detected if empty)no""
owner_name_tagsComma-separated list of tags that represent owners (e.g., "alice,bob,charlie"). Shown in Owner Stats section.no""
exclude_tagsComma-separated list of tags to exclude from module stats (e.g., "smoke,regression"). Tags not in owner_name_tags or exclude_tags are treated as modules.no""
show_project_statusShow the overall project status tablenotrue
show_owner_statsShow tag stats by owner sectionnotrue
show_failed_modulesShow top failed modules sectionnotrue
show_failures_by_moduleShow common failures grouped by modulenotrue
show_common_failuresShow top common failure messagesnotrue
show_failed_keywordsShow top failed keywords sectionnotrue
show_passed_testsShow list of all passed testsnofalse
show_failed_testsShow list of all failed tests with detailsnotrue
collapsible_sectionsWrap detail sections in collapsible <details> blocksnotrue
namedescription
report_markdownThe generated Markdown report content
total_testsTotal number of tests
passed_testsNumber of passed tests
failed_testsNumber of failed tests
skipped_testsNumber of skipped tests
pass_percentagePass percentage