frontkom / drupal-behat-definitions
Useful Behat things we use for Drupal
Package info
github.com/frontkom/drupal-behat-definitions
pkg:composer/frontkom/drupal-behat-definitions
1.0.0
2026-08-12 19:31 UTC
Requires
- drupal/drupal-extension: ^4.0 || ^5.0
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-08-29 09:29:57 UTC
README
Useful Behat things we use for Drupal
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