get tests
Overview
Command: r2r eac get tests [module]
Purpose: Get all tests in the repository
Category: get
Syntax
Examples
# Get all tests
r2r eac get tests | jq '.'
# Filter by module
r2r eac get tests | jq '.tests[] | select(.module == "src-auth")'
# Count by type
r2r eac get tests | jq '.by_type'
See Also
- show tests - Formatted table
- test
- get suite
Tutorials | How-to Guides | Explanation | Reference
You are here: Reference — information-oriented technical descriptions of the system.