oksana-c / drupal-commerce-behat

Integration with Behat Drupal Extension for Drupal Commerce contexts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Drupal Commerce Behat Extension Build Status

Integrates with Behat Drupal Extension for Drupal Commerce support.

Using the provided contexts

The simplest way to incorporate the provided contexts is to add the tests/steps directory to your behat.yml configuration.

The following will load all the contexts and steps provided by this module for use in your features.

Drupal\DrupalExtension:
  subcontexts:
    paths:
      - "/path/to/drupal/sites/all/modules/commerce_behat/tests/steps"

About

Integration with Behat Drupal Extension for Drupal Commerce contexts


Languages

Language:PHP 74.7%Language:Gherkin 21.6%Language:Shell 3.6%