cucumber-attic / cucumber-jvm-clojure

Cucumber Clojure
MIT License
29 stars 10 forks source link

lein-cucumber plugin 1.0.2 Clojure plugin no longer works. #1

Open mpkorstanje opened 7 years ago

mpkorstanje commented 7 years ago

From: https://github.com/cucumber/cucumber-jvm/issues/1079

The cucumber-jvm entry for the Clojure language mentions this plugin to use in the project.clj file.

You then need to add [lein-cucumber "1.0.2"] to :plugins in your project.clj. This allows you to run all Cucumber features with lein cucumber

This plugin no longer works with Cucumber versions greater than 1.1.1.

Can you replace it with com.siili/lein-cucumber, leiningen dependency [com.siili/lein-cucumber "1.0.7"] which does work with newer versions?