Skip to content

get specs unused-steps

Overview

Command: r2r eac get specs unused-steps [module] Purpose: Detect unused godog step definitions Category: get

Syntax

r2r eac get specs unused-steps [module]

Examples

# Get unused steps
r2r eac get specs unused-steps | jq '.'

# List step names
r2r eac get specs unused-steps | jq -r '.unused_steps[].step'

# Count by module
r2r eac get specs unused-steps | jq '.by_module'

See Also


Tutorials | How-to Guides | Explanation | Reference

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