Fork me on GitHub
#leiningen
<
2020-09-11
>
ghadi17:09:01

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

ghadi17:09:12

I don't see an option to produce a report

dpsutton18:09:02

@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

ghadi18:09:41

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

dpsutton18:09:45

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

ghadi18:09:38

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

dpsutton18:09:23

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