frontkom / common-behat-definitions
Common step definitions and helpers for behat
Installs: 94 775
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
Open Issues: 1
pkg:composer/frontkom/common-behat-definitions
This package is auto-updated.
Last update: 2025-10-16 16:55:14 UTC
README
Common step definitions and helpers for behat
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 one called CommonFeatureContext.
contexts:
+ - Frontkom\CommonBehatDefinitions\CommonFeatureContext
- Drupal\DrupalExtension\Context\MinkContext
- Drupal\DrupalExtension\Context\MarkupContext
- Drupal\DrupalExtension\Context\MessageContext