/lein-test-out

A leiningen plugin for running tests with junit XML / TAP output

Primary LanguageClojure

lein-test-out is a leiningen plugin that runs all your tests and outputs to a file in junit XML or TAP format.

Installation

Add [lein-test-out "0.1.0"] as a dev-dependency to your project.clj

Usage

lein test-out

test-out optionally takes an output format, and a filename to write to: lein test-out junit test-results.xml Valid output formats are "junit" and "tap".

License

EPL, the same as Clojure