'No Java api to transfer the TestNG result plugin graph data to somewhere?

I am doing lot of research on how can I move my testng result graph from Jenkins Dashboard to somewhere ? so I was looking for any Java api which does that ?

I have installed this testng plugin https://plugins.jenkins.io/testng-plugin/ in my Jenkins and I want to transfer TestNg Results Trend graph to somewhere like any site or microservice.

  1. Can any body help me in that ? how we can achieve this ?
  2. Does TestNg result plugin generate any short of x-y cordinate that I could use to generate the graph on somesite.? or how can I use xml file to generate the cordinates of x and y so that I will be able to generate the data but that data should generate this kind of graph which testng is generating ?

enter image description here

My question is bit similar to this Transfer the Jenkins ci/cd pipeline output of particular stage to some external site?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source