testdrupal/behatextension

A Behat Extension with Drupal Integration.

dev-master 2016-09-28 11:40 UTC

This package is not auto-updated.

Last update: 2024-04-11 00:04:12 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 :)

Sponsors

Heliocore