2017 © Pedro Peláez
 

behat-extension tokens-extension

Tokens extension for Behat that allows saving temporary values from steps and replaces tokens in step arguments with those values

image

behat/tokens-extension

Tokens extension for Behat that allows saving temporary values from steps and replaces tokens in step arguments with those values

  • Wednesday, April 20, 2016
  • by asgorobets
  • Repository
  • 0 Watchers
  • 1 Stars
  • 218 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 2 Versions
  • 44 % Grown

The README.md

Behat TokensExtension

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, (*1)

Latest Stable Version License Build Status Quality Score Total Downloads, (*2)

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, (*3)

Testing

composer update --dev
./vendor/bin/behat

Contributions

Feel free to provide feedback in issue queue and contributions are much welcome., (*4)

Authors

Supporting organizations

Thanks to FFW Agency for supporting this contribution., (*5)

The Versions

20/04 2016

dev-master

9999999-dev https://github.com/asgorobets/tokens-extension

Tokens extension for Behat that allows saving temporary values from steps and replaces tokens in step arguments with those values

  Sources   Download

MIT

The Requires

 

The Development Requires

by Alexei Gorobet

token variables

20/04 2016

v1.0.0-alpha

1.0.0.0-alpha https://github.com/asgorobets/tokens-extension

Tokens extension for Behat that allows saving temporary values from steps and replaces tokens in step arguments with those values

  Sources   Download

MIT

The Requires

 

The Development Requires

by Alexei Gorobet

token variables