testdrupal / behatextension
A Behat Extension with Drupal Integration.
Installs: 9 889
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 2
Open Issues: 3
Requires
- drupal/drupal-extension: ~3.0
- symfony/config: 2.8.6
- symfony/css-selector: 2.7.*
- symfony/dependency-injection: 2.8.6
- symfony/event-dispatcher: 2.8.6
Requires (Dev)
- devinci/devinci-behat-extension: dev-master
This package is not auto-updated.
Last update: 2025-02-13 03:54:05 UTC
README
This package makes it easier to test Drupal Projects with Behat and is available on packagist. https://packagist.org/packages/testdrupal/behatextension
Install
Create a composer.json file with the following:
{ "require": { "testdrupal/behatextension": "dev-master" }, "config": { "bin-dir": "bin/" }, }
Install dependencies: composer install
Initialize: behat --init
Using the TestDrupal Behat Extension
TODO :)