Skip to content

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

License

asgorobets/TokensExtension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published