Description
Helps Ruby test suites select which Cucumber scenarios should run by matching tag expressions such as smoke tests, slow tests, or platform-specific tests. It is useful for CI pipelines and local test commands that need precise filtering.
Incorrect tag logic can hide important tests. Keep expressions simple, review exclusions carefully, and make sure CI jobs still cover the behavior that matters.