library behat-drupal-extension
The commonly used functionality used in Behat testing using Drupal.
jorgegc/behat-drupal-extension
The commonly used functionality used in Behat testing using Drupal.
- Wednesday, August 12, 2015
- by jorgegc
- Repository
- 1 Watchers
- 0 Stars
- 188 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 2 Versions
- 2 % Grown
Behat Drupal Extension
Overview
The commonly used functionality used in Behat testing using Drupal., (*1)
Available Contexts
-
WatchdogContext
- Provides step definitions for interacting with Drupal watchdog.
Installation
This project can be checked out with Composer., (*2)
"require": {
"jorgegc/behat-drupal-extension": "*"
}
Usage
Declare in your behat.yml file the contexts you want to use., (*3)
Example
default:
# ...
suites:
default:
contexts:
- JGC\Behat\DrupalExtension\Context\WatchdogContext