Forum Discussion

sohailalam2696's avatar
sohailalam2696
Occasional Contributor
5 months ago
Solved

Exporting results to both Junit and html

I am able to export a execution plan results to either Junit or Html. But I was wandering is there a way that I can export the same results in both format at same time?

Thanks

7 Replies

  • Hi,
    Although I don't understand the real need either, if you really need it, you can always script it with the Log.SaveResultsAs() command that you can call as much as you want!

    Regards,

     
    • sohailalam2696's avatar
      sohailalam2696
      Occasional Contributor

      I am able to export individually, but I was wandering is it possible to export to both HTML and JUNIT at same time?

  • markos's avatar
    markos
    Occasional Contributor

    This is a legit question. I've often wanted to both read the HTML report for individual test runs, and also record jUnit.xml results to a centralized server for build-over-build statistics.