###Get Started
- SignUp @ CukeHub http://cukehub.com/users/sign_up
- Create a New Test App Container (http://cukehub.com/apps/new) and retrieve your unique App Token for your Cucumber Reposiotry from the Edit App page.
- Add
gem 'cukehub'
to your Test Repository GemFile (gem 'cukehub', :require => false
in Rails GemFile) - Add
require ‘cukehub’
to your features/support/env.rb file - Add
@cukehub_token = “< token >”
to your features/support/env.rb Before Hook. - Run your cukes
$ cucumber features
- Visit http://cukehub.com/apps and Analyze Cuke Results.
- Inivte your team and friends to CukeHub!