behat/tokens-extension
最新稳定版本:v1.0.0-alpha
Composer 安装命令:
composer require behat/tokens-extension
包简介
Tokens extension for Behat that allows saving temporary values from steps and replaces tokens in step arguments with those values
关键字:
README 文档
README
Behat TokensExtension provides a way for step text and arguments to contain replacement tokens that will be replaced with some context values before step definitions are processed
Installation
curl -sS https://getcomposer.org/installer | phpvim composer.json
{
"require": {
"behat/tokens-extension": "dev-master"
},
"config": {
"bin-dir": "bin"
}
}
composer install- Enable
TokensExtensionin behat.yml:
default:
extensions:
Behat\TokensExtension: ~
Documentation
Please refer to docs here
Testing
composer update --dev ./vendor/bin/behat
Contributions
Feel free to provide feedback in issue queue and contributions are much welcome.
Authors
Supporting organizations
Thanks to FFW Agency for supporting this contribution.
统计信息
- 总下载量: 12.61k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-04-19