Skip to content

stevefrost/Behat

 
 

Repository files navigation

Behat

  • master (Master Build Status) - staging branch. Last stable version.
  • develop (Develop Build Status) - development branch. Development happens here and you should send your PRs here too.

Useful Links

Note on Patches/Pull Requests

  • Fork the project develop branch (all new development happens here, master for releases & hotfixes only).
  • Make your feature addition or bug fix.
  • Add features for it (look at test/Behat/features for examples). This is important so I don't break it in a future version unintentionally.
  • Commit, do not mess with BehatApplication version, or CHANGES.md one. (if you want to have your own version, that is fine but bump version in a commit by itself I can ignore when I pull)
  • Send me a pull request.

Installing Dependencies

wget -nc http://getcomposer.org/composer.phar
php composer.phar update

Running Tests

bin/behat -f progress

Contributing to Formatter Translations

Almost any output message (except exceptions and custom output) printed by Behat formatters could be translated into your language with --lang option. In order to fix/add translation, edit the appropriate section of the i18n.php file.

Copyright

Copyright (c) 2010 Konstantin Kudryashov (ever.zet). See LICENSE for details.

Contributors

  • Konstantin Kudryashov everzet [lead developer]

Sponsors

About

BDD framework for PHP 5.3

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 99.9%
  • Shell 0.1%