Cucumber Console

Cucumber Console allows you to run your Cucumber tests in a Rails console. Best served chilled with irb-config.

Watch the screencast

Watch the screencast!

Usage

Install it with:

gem 'cucumber-console'

If you have Pry installed, you will have access to the cucumber command in your console, which works exactly like the shell command line cucumber one.

pafy@bisou ~/prj/pleasehalp [master

If you don't have pry, you can use:

CucumberConsole.run '--format=pretty', 'features/questions.feature:8'

TODO

  • Testing

License

MIT License