No commit activity in last 3 years
No release in over 3 years
generator for standalone cuke projects
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 0.9.3
>= 1.0.0
>= 0.14.4
>= 0.7.2
 Project Readme

cucumber-standalone

Description

Add a framework for running cucumber features in to any directory. Useful for sneaking Cucumber and BDD into projects written in other languages.

By default this includes the webrat steps and the

Installation

gem install cucumber-standalone

Usage

 cucumber-standalone directory
       create
       create  features
       create  features/example.feature
       create  features/support
       create  features/support/env.rb
       create  features/step_definitions/web_steps.rb
 cd directory
 # add features in features/
 # add steps in step_definitions/
 cucumber

Author

Jesse Newland

License

WTFPL