# Step Definitions

This directory is reserved for future executable Cucumber step definitions.

When step definitions are added, keep them scoped to the same API-family and
operation boundaries used by the feature files. Shared assertions or builders
should stay small and move into `features/support/` only when more than one step
definition file needs them.
