behat/drupal-propeople-context
最新稳定版本:1.2.3
Composer 安装命令:
composer require --dev behat/drupal-propeople-context
包简介
Drupal context by Propeople for Behat
README 文档
README
Behat context by Propeople
The Propeople Drupal Context provide a flexible methods for testing websites, running on Drupal 7. The contexts in this repository extend the contexts of DrupalExtension.
Installation
- Install Composer.
- Navigate to folder with your Drupal project. Would be better if a project has the similar structure:
/project_name
|-- docroot
| |-- [drupal installation without any custom files]
| |-- [...]
|-- [another folders and files e.g. tests, scripts etc.]
|-- [...]
- Create the
composer.jsonfile:
{
"require": {
"behat/drupal-propeople-context": "~1.2"
},
"config": {
"bin-dir": "bin/"
},
"scripts": {
"post-install-cmd": "mv bin/bdpc bin/behat"
}
}
- Execute the
composer installcommand. - Initialize the basic context and configuration by executing the
bin/behat --init --url=http://example.com. Also, command can take thedirparameter if the Drupal installation located above current folder. For examplebin/behat --init --url=http://project.loc --dir=docroot. - Configure the
behat.ymlif needed. - Read the documentation about creating the features.
We are using
Author
Contributors
统计信息
- 总下载量: 6.99k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0
- 更新时间: 2015-02-02