Commerce Behat
Categories
Component ID
2615980
Component name
Commerce Behat
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Downloads
200
Component created
Component changed
Component body
This module contains Behat contexts for the Behat Drupal Extension to make testing with Drupal Commerce.
Since Drupal.org's testing does not support Behat, development is done on GitHub. However issue tracking/management should be done here.
GitHub: https://github.com/mglaman/drupal-commerce-behat
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.
DrupalDrupalExtension:
subcontexts:
paths:
- "/path/to/drupal/sites/all/modules/commerce_behat/tests/steps"
