frontkom/drupal-behat-definitions

Useful Behat things we use for Drupal

Installs: 5 110

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 1

pkg:composer/frontkom/drupal-behat-definitions

dev-main 2025-08-18 11:36 UTC

This package is auto-updated.

Last update: 2025-09-18 11:49:24 UTC


README

Useful Behat things we use for Drupal

Test Packagist Downloads

Installation

composer require --dev frontkom/drupal-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\DrupalBehatDefinitions\DrupalGutenbergContext
         - Drupal\DrupalExtension\Context\MinkContext
         - Drupal\DrupalExtension\Context\MarkupContext
         - Drupal\DrupalExtension\Context\MessageContext