drupal / tqextension
Behat extension for testing Drupal sites
Installs: 34 384
Dependents: 1
Suggesters: 0
Security: 0
Stars: 11
Watchers: 3
Forks: 10
Open Issues: 3
Type:behat-extension
pkg:composer/drupal/tqextension
Requires
- php: >=5.5
- behat/debug-extension: 1.*
- behat/environment-loader: 1.*
- drupal/drupal-extension: 3.*
Requires (Dev)
- drush/drush: 8.*
- phpunit/phpunit: 4 - 5
README
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.
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
Requirements
Selenium 2.53 - is the final 2.x release. The latest version of Firefox it's supports - is 47.
- Selenium 2.53 (not above)
- Firefox 47 (not above)
Documentation
Author
Contributors
- Alexander Petrov
- Artem Philipenko
- Anastasia Guba
- Alexandr Molchanoff
- Artyom Miroshnik
- Andrei Perciun
- Alexei Gorobet
- Cristina Eftimita
- Sergiu Teaca
History
TqExtension is a next stage of development of Behat context by Propeople that is currently unsupported.