avescodes / boot-cucumber

Boot task for running cucumber tests.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

boot-cucumber

Clojars Project

Boot task for running cucumber tests called cukes.

Usage

Add boot-cucumber to your build.boot dependencies and require the namespace:

(set-env! :dependencies '[[vonrosen/boot-cucumber "X.Y.Z" :scope "test"]])
(require '[vonrosen.boot-cucumber :refer :all])

By default, boot-cucumber will look for feature files in a features directory under the root of your project. By default, it will look for glue code under features/step_definitions. To customize these default locations use the -f flag to pass a different feature file location and the -g flag to pass a different glue code location.

To invoke from the command line do

boot cukes

See the examples directory for usage examples.

To get help do

boot cukes -h

License

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

About

Boot task for running cucumber tests.


Languages

Language:Clojure 100.0%