nilswloka / lein-cucumber

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

Upgrade cucumber-clojure to latest version. #26

Closed punkisdead closed 9 years ago

punkisdead commented 10 years ago

This upgrades the cucumber-clojure dependency to the latest version. The latest cucumber-clojure version includes some fixes to add tagged Before/After hooks in clojure.

shaolang commented 10 years ago

@punkisdead The upgraded version no longer outputs test-reports/cucumber.out in the project's target directory.

punkisdead commented 10 years ago

Sorry, I had removed that because it wouldn't compile as is, and must have forgotten to fix that.

nilswloka commented 10 years ago

Thanks for contributing. I'll have a look at the PR later this week. Do you think you could add a scenario that checks for output in test-reports?

punkisdead commented 10 years ago

I can certainly try.

punkisdead commented 10 years ago

I added a scenario now that verifies that it creates a cucumber.out file in target/test-reports

punkisdead commented 10 years ago

Any idea when this may get merged in?

punkisdead commented 10 years ago

:shipit: