...
Please do not forget to hit the “Like” button if you found what you have been searching for. Thank you in advance!
Step-by-step guide
- The following HTTP GET command is used to download the executions report:
https://<myCloud>.reporting.perfectomobile.com/export/api/v1/test-executions/pdf
- You add a Parameter with a value of your choice:
jobName[0]
jobNumber[0]
- startExecutionTime[0] (in milliseconds) (You might need Epoch Converter - https://www.epochconverter.com/)
- endExecutionTime[0] (in milliseconds) (You might need Epoch Converter - https://www.epochconverter.com/)
- tags[0]
Headers
Add the following header parameters to the request:
Name
Value
PERFECTO_AUTHORIZATION
<Your personal security token>
- Run it and you should receive such result:
Download the output as PDF:
Open the file and there you will find all the desired result:
...
You can open a case here ( https://support.perfecto.io )
Happy testing!
Related articles
https://developers.perfectomobile.com/display/TT/PDF+Download+after+Test+execution
...