Cucumber::Rapid7
Cucumber hooks, formatters, and more used at Rapid7 by the ControlsInsight team.
Installation
Add this line to your application's Gemfile:
gem 'cucumber-rapid7'
And then execute:
$ bundle
Or install it yourself as:
$ gem install cucumber-rapid7
Usage
Cucumber::Rapid7 includes several extensions to cucumber including the following. Click the links to view the more in depth documentation for each feature.
• Hooks
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request