Why
Feature backgrounds contain about 60 individual environment-variable prerequisite steps. The variable names matter, but repeating the sentence for every name makes prerequisites harder to scan.
Scope
Add a table-driven step that asserts all named environment variables are non-empty. Keep every required variable visible in the feature file and report the specific missing variable.
Acceptance criteria
Parent: #858
Why
Feature backgrounds contain about 60 individual environment-variable prerequisite steps. The variable names matter, but repeating the sentence for every name makes prerequisites harder to scan.
Scope
Add a table-driven step that asserts all named environment variables are non-empty. Keep every required variable visible in the feature file and report the specific missing variable.
Acceptance criteria
Parent: #858