can kotest tests publish results that are then pub...
# kotest
c
can kotest tests publish results that are then published together with the test report (for example a pdf or a screenshot)
s
Where would the pdf come from for example
c
the test generates it because it tests pdf rendering. and the project owner sees how the pdf looks like when looking at the test report
s
Oh I see. Is this the standard junit report ?
c
right now we use the reports that gradle produces, and we want something that we can publish from github ci actions. but we are open to anything
allure also looks interesting
also I’m just wondering if there is a standard way to do things like that because it feels like a natural use case
s
Allure allows adding attachments
And there's a kotest plugin
c
yeah, the kotest plugin is the only reason i even know about allure
you mean the kotest allure plugin, not a kotest plugin for attachments, right? what do you think about allure? is it a thing we should try out?
s
I think it's great
the junit report is really out of date at this point, doesn't even support nesting
c
oh good to know!