Migration BDD Starter Suite¶
Purpose¶
This folder contains the executable starter BDD specs for the Symfony migration program.
Each scenario is tagged with:
- delivery wave (@foundation, @H1, @H2, @H3, @H4),
- migration checklist IDs (@WF_002, @API_005, @CR_006, ...).
Files¶
00-foundation-and-ops.feature01-core-commerce-h1.feature02-admin-h2.feature03-platform-stock-ops-h3.feature04-vehicle-erp-integrations-h4.feature
Execution Order¶
- Run
@foundationfirst. - Run
@H1once core webshop modules are scaffolded. - Run
@H2,@H3, and@H4as their islands are implemented.
Notes¶
- Scenario wording is intentionally contract-first to keep cross-island behavior explicit.
- Add concrete step definitions in each Symfony application test package.
- Keep scenario tags aligned with
docs/migration/99-missing-feature-checklist.md.