Skip to content

Files

Latest commit

 

History

History
79 lines (69 loc) · 2.67 KB

hyperexecute-reports-download.md

File metadata and controls

79 lines (69 loc) · 2.67 KB
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
LambdaTest Hyperexecute help
LambdaTest Hyperexecute documentation
LambdaTest
hyperexecute-reports-download/
<script type="application/ld+json" dangerouslySetInnerHTML={{ __html: JSON.stringify({ "@context": "https://schema.org", "@type": "BreadcrumbList", "itemListElement": [{ "@type": "ListItem", "position": 1, "name": "Home", "item": "https://www.lambdatest.com" },{ "@type": "ListItem", "position": 2, "name": "Support", "item": "https://www.lambdatest.com/support/docs/" },{ "@type": "ListItem", "position": 3, "name": "HyperExecute Concepts", "item": "https://www.lambdatest.com/support/docs/hyperexecute-reports-download/" }] }) }} ></script>

Downloading Your Job Reports via the HyperExecute UI

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 the partialReports field for your report to be generated. The partialReports 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