Project

autocuke

0.0
No commit activity in last 3 years
No release in over 3 years
Autocuke uses EventMachine to watch your .feature files, then automatically runs cucumber as they change. Use with Spork for total awesomeness. Please see README.md for more details.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0.2.0
>= 3.0.0
>= 2.11.3
>= 1.3.3

Runtime

>= 0.12.10
 Project Readme

Autocuke Build Status

Autocuke

Autocuke uses EventMachine to watch your .feature files, then automatically runs cucumber as they change. Use with spork for total awesomeness.

Installation

If you're using bundler, just add this to your Gemfile:

group :test do
  gem "autocuke", "0.1.1"
end

Then create a bundle-of-joy with:

bundle

Otherwise, just install from rubygems like so:

(sudo) gem install autocuke

That's it!

Usage

First, add an autocuke profile to your config/cucumber.yml.

autocuke: -r features --format pretty --strict

Then boot up the "autocuke-file-watcher-5000":

autocuke

Then 'cuke away... and next time you save your .feature, autocuke will run it for you.

Have fun!

Contributors

So far it's just me; Spencer Steffen.

If you'd like to help out feel free to fork and send me pull requests!

License

Copyright (c) 2011 Spencer Steffen and Citrus, released under the New BSD License All rights reserved.