Skip to content

The commonly used functionality used in Behat testing using Drupal.

Notifications You must be signed in to change notification settings

jorgegc/behat-drupal-extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Behat Drupal Extension

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

About

The commonly used functionality used in Behat testing using Drupal.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages