Get Orchestration Reports
This is a pre-built Action located under the @Generic Element. The functionality of this action in Avo Assure is to retrieve and convert execution reports from external automation platforms into the standard Avo Assure report format for unified viewing and analysis.
Syntax
Input Value: <Report File Path>;<Wait Timeout>
Argument
Description
<Report File Path> (Required)
This input specifies the complete path of the report file generated by the external automation platform. The path must point to the location where the execution report needs to be stored.
<Wait Timeout> (Required)
This input defines the maximum time (in seconds) that the system should wait for the orchestration process to complete and for the report to become available for retrieval.
Output Value: N/A
Argument
Description
<NA>
Not Applicable
Example: Retrieving Report for Selenium
In this example, we explain how to retrieve the Selenium reports.
The Get Orchestration Reports action takes the value from the Input Value column (e.g., C:\Automation\Reports\SeleniumReport.html;5) where the input includes Report file path (C:\Automation\Reports\SeleniumReport.html) and Wait timeout (5 in seconds) and converts the external framework report into the Avo Assure standard report format. The report file path should correspond to the location where the external platform saves its execution report (for example, a location configured in Eclipse ID for Selenium).

Last updated
Was this helpful?