Skip to content

Test your Drupal 7 sites easier with TqExtension for Behat.

License

Notifications You must be signed in to change notification settings

sergiuteaca/TqExtension

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Behat TqExtension

The TqExtension provide a flexible methods and API for testing websites running on Drupal 7. All code in this repository extends an integration layer provided by DrupalExtension.

Build Status Scrutinizer Code Quality Latest Stable Version Total Downloads Latest Unstable Version License

Installation

  • curl -sS https://getcomposer.org/installer | php
  • vim composer.json
{
  "require": {
    "drupal/tqextension": "~1.0"
  },
  "config": {
    "bin-dir": "bin"
  }
}
  • composer install
  • cp -r vendor/drupal/tqextension/behat/ behat
  • Configure behat.yml

Documentation

Author

Contributors

History

TqExtension is a next stage of development of Behat context by Propeople that is currently unsupported.

Presentations

About

Test your Drupal 7 sites easier with TqExtension for Behat.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%