Closed becw closed 8 years ago
@arthur24b6 @labbydev Here's a behat context method for validating the state of features, like we talked about today.
So real world application would be:
Scenario: Verify installation.
Given a Drupal site
Then the "sdsu" module is installed
And no Drupal features are overridden
?
This looks really great to me
Adds three new statements:
Add the new
Palantirnet\PalantirBehatExtension\Context\DrupalSetupContext
class to yourbehat.yml
to use these, and then you can do a scenario like: