com.github.robinlahtinen/lein-junit-xml

A Leiningen plugin that writes JUnit-compliant XML reports from clojure.test results.

Leiningen/Boot

[com.github.robinlahtinen/lein-junit-xml "0.1.0"]

Clojure CLI/deps.edn

com.github.robinlahtinen/lein-junit-xml {:mvn/version "0.1.0"}

Gradle

implementation("com.github.robinlahtinen:lein-junit-xml:0.1.0")

Maven

<dependency>
  <groupId>com.github.robinlahtinen</groupId>
  <artifactId>lein-junit-xml</artifactId>
  <version>0.1.0</version>
</dependency>