Executable BDD assets
This directory is for executable BDD helpers.
Recommended split:
spec/bdd/features/= source-of-truth scenarios in Gherkinfeatures/steps/= executable step definitions and runner configfeatures/behave.ini= Behave runner config
Keep feature text in spec/bdd/features/.
Keep runner-specific code in features/.