Sha256: 738f3a9b54d89f5f7157f84d4e3a4db189908458eeea5eb2b308dc52e318c658
Contents?: true
Size: 1.32 KB
Versions: 1
Compression:
Stored size: 1.32 KB
Contents
# SetupWatirCucumber A gem for setup BDD automation with [Cucumber](https://github.com/cucumber/cucumber) and [Watir](https://github.com/watir/watir) Framework ## Installation Add this line to your application's Gemfile: ```ruby gem 'setupWatirCucumber' ``` And then execute: $ bundle Or install it yourself as: $ gem install setupWatirCucumber ## Usage After instalation then execute: ``` $ setupWatirCucumber create --path "./" ``` This command will configure the cucumber, will configure the env and hooks and finally create a scenario to test the installation Now execute: ``` $ cucumber -p html_report ``` ## Contributing Bug reports and pull requests are welcome on GitHub at https://github.com/GedersonChiquesi/setupWatirCucumber. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct. ## License The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT). ## Code of Conduct Everyone interacting in the SetupWatirCucumber project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/GedersonChiquesi/setupWatirCucumber/blob/master/CODE_OF_CONDUCT.md).
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
setupWatirCucumber-0.1.0 | README.md |