luna-testing icon indicating copy to clipboard operation
luna-testing copied to clipboard

JUnit test reporting for CI integration

Open Asuza opened this issue 6 years ago • 4 comments

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?

Asuza avatar Jul 18 '18 19:07 Asuza

@ccampbell any idea if this would be possible to implement?

Asuza avatar Aug 13 '18 14:08 Asuza

@ccampbell just checking in one more time. Thanks.

Asuza avatar Sep 13 '18 17:09 Asuza

Hey sorry. It certainly sounds like something that could be supported. I just don’t have time to work on it right now.

ccampbell avatar Sep 13 '18 18:09 ccampbell

@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

chauncey-garrett avatar Mar 01 '19 21:03 chauncey-garrett