in reply to Using prove or Test::Harness without running tests? (SOLVED)

There are also TAP plugins that can emit JUnit format (and a couple of others, IIRC), which Jenkins may be able to parse more easily.

--MidLifeXis

  • Comment on Re: Using prove or Test::Harness without running tests?

Replies are listed 'Best First'.
Re^2: Using prove or Test::Harness without running tests?
by songmaster (Beadle) on Mar 17, 2015 at 02:06 UTC
    Unfortunately the TAP is almost all generated by our own C code. I guess it might be possible to extend that to output JUnit as well, but it wouldn't be my first choice. Thanks for the suggestion.