Skip to content

jnewland/cucumber-standalone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

generator for standalone cuke projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages