定制 behat/tokens-extension 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

Latest Stable Version License Build Status Quality Score Total Downloads

Installation

  • curl -sS https://getcomposer.org/installer | php
  • vim composer.json
{
  "require": {
    "behat/tokens-extension": "dev-master"
  },
  "config": {
    "bin-dir": "bin"
  }
}
  • composer install
  • Enable TokensExtension in 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

GitHub 信息

  • Stars: 3
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2016-04-19