This is a leiningen plugin for use with cucumber-jvm. This is a fork of lein-cucumber with more up to date dependencies.
[lein-cucumber "1.0.4"] to :plugins in your project.cljlein deps to fetch all dependencies.lein cucumberlein-cucumber requires Leiningen 2.
Feature paths are resolved in the following order:
lein cucumber my-features) override all other settings.:cucumber-feature-paths parameter in your project.clj will be used (e.g. :cucumber-feature-paths ["test/features/"]).features/ directory.Glue paths are resolved similarily:
lein cucumber --glue somewhere/my_stepdefs) override all other settings.step_definitions/ directories inside your feature directories.Formatted output
lein cucumber --plugin html:target/test-reportsThe following settings are hard-coded into the plugin:
See https://github.com/nilswloka/cucumber-jvm/tree/new-clojure-example/examples/clojure_cukes for an example project.
If you like lein-cucumber, consider endorsing me at coderwall:
Written by Jeremy Anderson, 2015. For licensing information, see UNLICENSE.
Please have a look at http://unlicense.org if you plan to contribute.
Can you improve this documentation?Edit on GitHub
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |