We just turned on JUnit style reporting because Jenkins has several other plugins that really make this look cool. The TestComplete documentation mentions the Test Results Analyzer plugin
( https://support.smartbear.com/viewarticle/67857/ ) but I would really like to aggregate results before doing so. I have found some information on how to do this, but it seems that I need the test results saved as artifacts (and fingerprinted). I do not see where the TestComplete plugin / jenkins is storing the JUnit report from the TestComplete plugin.
Am I on the right track for aggregating JUnit test results in an upstream project regarding archiving artifacts and fingerprinting? Is anyone else doing this? How?