Fork me on GitHub
#kaocha
<
2019-08-28
>
andrea.crotti12:08:01

I was looking at integrating eastwood with junit XML

andrea.crotti12:08:09

which would allow to have a nice error report in CircleCI for example

andrea.crotti12:08:21

but I was wondering if maybe instead of doing that, I could do a Kaocha plugin

andrea.crotti12:08:58

they are not really tests though, not sure how well it would fit in Kaocha something like that

plexus16:08:36

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

plexus16:08:02

then you could say that one namespace equals one (leaf) test in Kaocha parlance

plexus16:08:04

that or you can rip off kaocha-junit's output code and hook it up to eastwood directly 😉

plexus16:08:46

(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)

andrea.crotti17:08:19

yeah not super familiar with either, and I guess it might involve some changes in eastwood itself

andrea.crotti17:08:30

I can add it there as an issue to see if the maintainer is interested

andrea.crotti17:08:49

we would get the junit support for free though with that which would be nice