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

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

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!