I was looking at integrating eastwood with junit XML
which would allow to have a nice error report in CircleCI for example
but I was wondering if maybe instead of doing that, I could do a Kaocha plugin
they are not really tests though, not sure how well it would fit in Kaocha something like that
looking at eastwood I think it could make sense, it would be a test type (test suite type) rather than a plugin. but you would have to pick their API apart a bit to have separate load/run stages
then you could say that one namespace equals one (leaf) test in Kaocha parlance
that or you can rip off kaocha-junit's output code and hook it up to eastwood directly 😉
(not that I *don't* want to discourage you, but it would be a bit of work to write a test type for this, depending on how well you are familiar with eastwood's internals and kaocha test types)
more info here https://cljdoc.org/d/lambdaisland/kaocha/0.0-529/doc/9-extending
yeah not super familiar with either, and I guess it might involve some changes in eastwood itself
I can add it there as an issue to see if the maintainer is interested
we would get the junit support for free though with that which would be nice