jorgegc/behat-drupal-extension

The commonly used functionality used in Behat testing using Drupal.

0.1.0 2015-08-12 05:49 UTC

This package is not auto-updated.

Last update: 2024-05-11 15:51:25 UTC


README

Overview

The commonly used functionality used in Behat testing using Drupal.

Available Contexts

  • WatchdogContext
    • Provides step definitions for interacting with Drupal watchdog.

Installation

This project can be checked out with Composer.

"require": {
    "jorgegc/behat-drupal-extension": "*"
}

Usage

Declare in your behat.yml file the contexts you want to use.

Example

default:
  # ...
  suites:
    default:
      contexts:
        - JGC\Behat\DrupalExtension\Context\WatchdogContext