luna-testing
luna-testing copied to clipboard
JUnit test reporting for CI integration
I didn't see mention of CI integration for test reports. Specifically, I need to be able to output a JUnit file when these tests are run. Is that a possibility?
@ccampbell any idea if this would be possible to implement?
@ccampbell just checking in one more time. Thanks.
Hey sorry. It certainly sounds like something that could be supported. I just don’t have time to work on it right now.
@Asuza it looks like all that would basically need to happen is to add cobertura
and html
to the reportersToUse
array here: https://github.com/ccampbell/luna/blob/0cf57415a2df7ce57fc73117685220038a1e2198/src/runner.js#L414