Open mpkorstanje opened 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?
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?
From: https://github.com/cucumber/cucumber-jvm/issues/1079