Project

cukehub

0.0
No commit activity in last 3 years
No release in over 3 years
The Fourth Amigo
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 0
 Project Readme

###Get Started

  1. SignUp @ CukeHub http://cukehub.com/users/sign_up
  2. 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.
  3. Add gem 'cukehub' to your Test Repository GemFile (gem 'cukehub', :require => false in Rails GemFile)
  4. Add require ‘cukehub’ to your features/support/env.rb file
  5. Add @cukehub_token = “< token >” to your features/support/env.rb Before Hook.
  6. Run your cukes $ cucumber features
  7. Visit http://cukehub.com/apps and Analyze Cuke Results.
  8. Inivte your team and friends to CukeHub!