https://github.com/asterite/cukecooker
Write cucumber scenarios with aid
https://github.com/asterite/cukecooker
Last synced: about 1 year ago
JSON representation
Write cucumber scenarios with aid
- Host: GitHub
- URL: https://github.com/asterite/cukecooker
- Owner: asterite
- Created: 2010-12-07T15:37:00.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2010-12-09T02:13:40.000Z (over 15 years ago)
- Last Synced: 2025-03-31T08:12:04.312Z (about 1 year ago)
- Language: Ruby
- Homepage:
- Size: 469 KB
- Stars: 26
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.rdoc
Awesome Lists containing this project
README
== Cukecooker
Cukecooker aids you in writing Cucumber scenarios.
It generates an HTML with your project's step definitions and lets you
use them to write scenarios in a comfortable way, with autocomplete
and text inputs for group matches.
You can think of it as a Cucumber IDE.
=== Usage
In your project root, which should contain a features folder, run this
in a terminal:
cukecooker
Or:
cukecooker path/to/your/project
If everything went well you should see
Done! Now open cukecooker-project.html in a browser.
Go ahead, try it!