leiningen

N.B. The maintainers are on #leiningen on Libera chat IRC. Go there for direct support/bug reports.
ghadi 2020-09-11T17:58:01.024300Z

simplest way to capture all failed/successful tests from lein test ?

ghadi 2020-09-11T17:58:12.024700Z

I don't see an option to produce a report

dpsutton 2020-09-11T18:04:02.025Z

@ghadi we have

:circleci {:jvm-opts ^:replace ["-Dconfig.edn=circleci-config.edn"]
              :plugins [[test2junit "1.3.3"]]
              :test2junit-output-dir "test2junit-test-results"}
in our project.clj

dpsutton 2020-09-11T18:04:21.025200Z

https://github.com/ruedigergad/test2junit

ghadi 2020-09-11T18:05:41.025800Z

thanks, I saw that project and I'm happy to know it works for you

dpsutton 2020-09-11T18:07:45.026400Z

it existed before me and will be there after me 🙂 kaocha seems like it works nicely with lein as well but i've never used it

ghadi 2020-09-11T18:47:38.027700Z

actually kaocha worked out very well @dpsutton, we were already using it in another context

dpsutton 2020-09-11T18:48:23.028900Z

I’ll have to look into it. Glad to hear another positive experience. I haven’t taken advantage of the lambda island stuff yet but I want to support that awesome endeavor