Skip to content

Commit

Permalink
kaocha publishes xml report
Browse files Browse the repository at this point in the history
  • Loading branch information
erdos committed Jul 20, 2024
1 parent b36a1db commit f947852
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -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"]}}}

0 comments on commit f947852

Please sign in to comment.