id | title | hide_title | sidebar_label | description | keywords | url | site_name | slug | |||
---|---|---|---|---|---|---|---|---|---|---|---|
hyperexecute-reports-download |
Download your Job Reports |
true |
Download your Job Reports via the HyperExecute UI |
Effortlessly download your HyperExecute job reports from the UI. Click the Report button on the top right-hand side of your tasks page. . |
|
LambdaTest |
hyperexecute-reports-download/ |
You can access your job reports directly from the UI by clicking on the Report button on the top right-hand side of your tasks page. Your report will be downloaded automatically.
<img loading="lazy" src={require('../assets/images/hyperexecute/features/artifacts-reports/job-reports.png').default} alt="Image" className="doc_img"/>
Note: You must set the
report
flag to true in your YAML file and also use valid entries for thepartialReports
field for your report to be generated. ThepartialReports
field in the example given below generates a report in the specified location.
report: true
partialReports:
frameworkName: testng
location: target/surefire-reports/html
type: html