Automatically generate Cucumber steps
Go to file
John Bintz 0fd2e3755b initial commit 2012-04-18 15:34:06 -04:00
lib initial commit 2012-04-18 15:34:06 -04:00
.gitignore initial commit 2012-04-18 15:34:06 -04:00
Gemfile initial commit 2012-04-18 15:34:06 -04:00
LICENSE initial commit 2012-04-18 15:34:06 -04:00
README.md initial commit 2012-04-18 15:34:06 -04:00
Rakefile initial commit 2012-04-18 15:34:06 -04:00
cucumber-step_writer.gemspec initial commit 2012-04-18 15:34:06 -04:00

README.md

Formatter for automatically generating step files for Cucumber. It's how I roll.

If you have a step like this:

Given I set something up

And you set up the formatter like this:

cucumber -f Cucumber::StepWriter --out features/step_definitions

Then features/step_definitions/given/i_set_something_up.rb will be generated.

TODO:

  • If you want it to generate for different languages, I take pull requests.
  • Otherwise, I'll just add whatever I need when I need it.