Skip to content

TestDrupal/BehatExtension

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published