Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 584 Bytes

File metadata and controls

34 lines (24 loc) · 584 Bytes

Documentation

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 :)

Sponsors

Heliocore