Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 407 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 407 Bytes

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

Installation

:plugins [[lein-test-out "0.3.1"]]

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 v1.0