nilswloka / lein-cucumber

A simple leiningen plugin for running clojure-based cucumber-jvm specifications.
The Unlicense
39 stars 26 forks source link

Formatter and command line changes #11

Closed mva closed 12 years ago

mva commented 12 years ago

These commits add the progress formatter (so that console output is not empty), pass lein command line arguments into RuntimeOptions, and omit the default feature paths if one is added via the command line.

I've been using this code with cucumber-clojure-1.0.0

nilswloka commented 12 years ago

Great job! Thank you very much.