write-behat-scenarios
Read @.ai/Component/Behat/CONTEXT.md for conventions (stateless steps, entity references, Given/When/Then).
1. Feature file setup
Create tests/Integration/Behaviour/Features/Scenario/{Domain}/{domain}_management.feature:
@restore-all-tables-before-feature
Feature: {Domain} management
As an admin
I want to manage {domain}s
So that ...
Background:
Given shop "shop1" with name "test_shop" exists
Background section should be minimal — o
[Description truncada. Veja o README completo no GitHub.]