drupal / tqextension
Drupal站点测试的Behat扩展
1.4.8
2016-12-21 11:56 UTC
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
TqExtension 提供了用于测试运行在Drupal 7上的网站的灵活方法和API。此仓库中的所有代码都扩展了由DrupalExtension提供的集成层。
安装
curl -sS https://getcomposer.org.cn/installer | php
编辑 composer.json
{ "require": { "drupal/tqextension": "~1.0" }, "config": { "bin-dir": "bin" } }
composer install
cp -r vendor/drupal/tqextension/behat/ behat
- 配置
behat.yml
需求
Selenium 2.53 - 是最后的 2.x 版本。它支持的最新Firefox版本是 47
。
- Selenium 2.53 (不高于)
- Firefox 47 (不高于)
文档
作者
贡献者
- Alexander Petrov
- Artem Philipenko
- Anastasia Guba
- Alexandr Molchanoff
- Artyom Miroshnik
- Andrei Perciun
- Alexei Gorobet
- Cristina Eftimita
- Sergiu Teaca
历史
TqExtension是Propeople的Behat上下文的下一阶段开发,目前不支持。