frontkom/common-behat-definitions

Common step definitions and helpers for behat

dev-main 2025-02-11 11:26 UTC

README

Common step definitions and helpers for behat

Packagist Downloads

Installation

composer require --dev frontkom/common-behat-definitions

Then you would probably include the contexts you are interested in, inside of your behat.yml file. Here is one example of including the Drupal Gutenberg Context:

       contexts:
+        - Frontkom\CommonBehatDefinitions\CommonFeatureContext
         - Drupal\DrupalExtension\Context\MinkContext
         - Drupal\DrupalExtension\Context\MarkupContext
         - Drupal\DrupalExtension\Context\MessageContext