org.clojars.oliyh/lein-test-out

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

Leiningen/Boot

[org.clojars.oliyh/lein-test-out "0.3.2"]

Clojure CLI/deps.edn

org.clojars.oliyh/lein-test-out {:mvn/version "0.3.2"}

Gradle

implementation("org.clojars.oliyh:lein-test-out:0.3.2")

Maven

<dependency>
  <groupId>org.clojars.oliyh</groupId>
  <artifactId>lein-test-out</artifactId>
  <version>0.3.2</version>
</dependency>

Note: this artifact is a non-canonical fork. See the wiki for more details.