Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jnewland/cucumber-standalone
- Owner: jnewland
- Created: 2010-11-05T19:35:41.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2010-11-05T19:46:21.000Z (about 14 years ago)
- Last Synced: 2024-03-15T04:11:53.306Z (10 months ago)
- Language: Ruby
- Homepage:
- Size: 127 KB
- Stars: 6
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.mkdn
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/
cucumberAuthor
------[Jesse Newland](http://twitter.com/jnewland)
License
-------[WTFPL](http://sam.zoy.org/wtfpl/)