Skip to content

Show test-summary

show test-summary - Generate pretty test summary for a module

The show test-summary command generates a formatted test summary with test results, metrics, and diagnostics. This command is designed to be used in GitHub Actions workflows to create consistent, attractive test summaries. The output is formatted as Markdown and can be redirected to $GITHUB_STEP_SUMMARY.

When run without arguments, shows a summary for all modules that have test manifests. When run with just a module, shows summary for that module across all suites.

Flags

Flag Description
--status Test status override (success or failure)
--run-id GitHub Actions run ID for linking to workflow

Notes

Expected Output:

  • Markdown-formatted test summary with emojis and styling, suitable for GitHub Actions $GITHUB_STEP_SUMMARY
  • Success: includes status section, test metrics table (packages, tests, passed/failed/skipped, duration), package breakdown
  • Failure: includes status section, diagnostics with last 100 lines of test log, timing data, and configuration

See Also


Tutorials | How-to Guides | Explanation | Reference

You are here: Reference — information-oriented technical descriptions of the system.