diff --git a/deps.edn b/deps.edn index 2ca9ef80..c297e1b3 100644 --- a/deps.edn +++ b/deps.edn @@ -30,6 +30,9 @@ :test {:extra-paths ["test" "test-resources"] :extra-deps {lambdaisland/kaocha {:mvn/version "1.87.1366"} + lambdaisland/kaocha-junit-xml {:mvn/version "1.17.101"} org.slf4j/slf4j-simple {:mvn/version "1.7.32"}} - :main-opts ["-m" "kaocha.runner"] + :main-opts ["-m" "kaocha.runner" + "--plugin" "kaocha.plugin/junit-xml" + "--junit-xml-file" "target/surefire-reports/kaocha.xml"] :jvm-opts ["-Dorg.slf4j.simpleLogger.defaultLogLevel=debug"]}}} \ No newline at end of file