Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 820 Bytes

Readme.mkdn

File metadata and controls

40 lines (29 loc) · 820 Bytes

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