jorgegc / behat-drupal-extension
The commonly used functionality used in Behat testing using Drupal.
0.1.0
2015-08-12 05:49 UTC
Requires
- drupal/drupal-extension: ~3.0
This package is not auto-updated.
Last update: 2025-03-29 20:53:47 UTC
README
Overview
The commonly used functionality used in Behat testing using Drupal.
Available Contexts
- WatchdogContext
- Provides step definitions for interacting with Drupal watchdog.
Installation
This project can be checked out with Composer.
"require": {
"jorgegc/behat-drupal-extension": "*"
}
Usage
Declare in your behat.yml file the contexts you want to use.
Example
default: # ... suites: default: contexts: - JGC\Behat\DrupalExtension\Context\WatchdogContext