id | title | hide_title | sidebar_label | description | keywords | url | site_name | slug | |||
---|---|---|---|---|---|---|---|---|---|---|---|
hyperexecute-reports |
HyperExecute Job Reports |
true |
HyperExecute Job Reports |
Effortlessly explore HyperExecute Reports! Gain a deeper understanding of your test outcomes with the comprehensive insights and analytics offered by LambdaTest. |
|
LambdaTest |
hyperexecute-reports/ |
Reports provide summarized job information, including status counts and links to tests. You can generate and download detailed reports at the end of job execution that helps you analyze the outcome of your tests based on your framework.
Follow the below mentioned steps to generate the Reports for your desired framework:
Step 1: Go to the HyperExecute YAML file
Step 2: Add the below mentioned parameters in the YAML file to generate the Reports
-
You must set the
report
flag to true. -
You will have to specify the location, type and framework associated with your report in the
partialReports
field to generate it.
report: true
partialReports:
frameworkName: testng
location: target/surefire-reports/html
type: html
Note: If you do not specify a framework but you do mention the type of the report, then a report of the default framework is created.
Step 3: Now trigger your job and go to the HyperExecute dashboard.
Step 4: Click on the Open button of the Reports.
<img loading="lazy" src={require('../assets/images/hyperexecute/features/artifacts-reports/report3.png').default} alt="Image" className="doc_img"/>
Here is the sample report generated.
<img loading="lazy" src={require('../assets/images/hyperexecute/features/artifacts-reports/report4.png').default} alt="Image" className="doc_img"/>
:::info Refer to the deatiled documentataion on Job Reports :::
Step 1: Go to the HyperExecute portal and click on your Job.
Step 2: Click on the Reports button in the upper right corner.
<img loading="lazy" src={require('../assets/images/hyperexecute/features/artifacts-reports/report1.png').default} alt="Image" className="doc_img"/>
Step 3: Click on the Download button to download your Job Reports.
<img loading="lazy" src={require('../assets/images/hyperexecute/features/artifacts-reports/report2.png').default} alt="Image" className="doc_img"/>