Hi,
I need to automatize the obtaining of data from LRE using the Run ID.
If I can access to the HTML Report of the execution, I have all done.
The problem is that I can access to the dashboard with the URL https://[server]/Loadtest/pcx-tab/run/[Run_Id]/dashboard,
but is not way to access to the Html report because the URL changes completely: https://[server]/Loadtest/pcx-tab/run/[Run_Id]/[code1]/[code2]/Report.html
And I can't find the logic of this 2 codes.
Is there any way with an API/REST request to access the Html Report using the Run Id? Or some way to obtain these 2 codes?
Thanks.