Skip to content

show test-results

show test-results -

Shows test execution results from test manifests with: - Module overview with pass/fail counts - Specification coverage for godog tests - Control tag summaries - Detailed test results table

Examples

show test-results
show test-results ext-eac
show test-results ext-eac r2r-cli

Report Sections

The output includes:

  • Module Overview - Pass/fail counts per module with duration
  • Specification Coverage - Godog feature coverage
  • Test Results by Module - Complete test listing with all tags
  • Summary - Aggregations by type, suite, and control

Tags Display

Tags are displayed without the @ prefix for readability:

  • L0, L1, L2, L4 - Test levels
  • ov, iv, pv, piv - Verification types
  • control:ai-2 - Control references
  • deps:go - System dependencies
  • depm:eac-core - Module dependencies

Prerequisites

Test manifests must exist from previous test runs:

# Run tests first
r2r eac test <module>

# Then show results
r2r eac show test-results

See Also


Tutorials | How-to Guides | Explanation | Reference

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