Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jnewland/cucumber-standalone

generator for standalone cuke projects
https://github.com/jnewland/cucumber-standalone

Last synced: about 1 month ago
JSON representation

generator for standalone cuke projects

Awesome Lists containing this 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](http://twitter.com/jnewland)

License
-------

[WTFPL](http://sam.zoy.org/wtfpl/)