Skip to content

frontkom/drupal-behat-definitions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

drupal-behat-definitions

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

About

Useful Behat things we use for Drupal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages