Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/hyperexecute-job-reports.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ slug: hyperexecute-job-reports/
></script>
HyperExecute Job Reports are designed to offer deep insights into the performance of your tests. By utilizing these reports, you can identify issues, track progress, and enhance your software testing workflow. Whether you're a developer or QA engineer, understanding and leveraging the various report types is crucial to delivering high-quality software efficiently.

:::tip
If you want to learn how to **generate** and **download** detailed reports, including **multiple reports**, please refer to the [HyperExecute Reports documentation](https://www.lambdatest.com/support/docs/hyperexecute-reports/) page.
:::

## Extent Report
The [Extent Report](/support/docs/extent-report/) is a robust reporting framework commonly used with Java TestNG, and Selenium tests. It provides a feature-rich environment to explore test results, offering:

Expand Down
30 changes: 5 additions & 25 deletions docs/hyperexecute-reports.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ slug: hyperexecute-reports/
></script>
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.

:::tip note
Refer to this detailed [Job Reports](https://www.lambdatest.com/support/docs/hyperexecute-job-reports/) page to learn more about the types of reports being offered and how to configure them.
:::

## Steps to Generate and Download Reports

Follow the below mentioned steps to generate the Reports for your desired framework:
Expand Down Expand Up @@ -85,28 +89,4 @@ partialReports:
email:
to:
- johndoe@example.com
```

:::info
Refer to the detailed documentation on [Job Reports](/support/docs/hyperexecute-job-reports/)
:::

<nav aria-label="breadcrumbs">
<ul className="breadcrumbs">
<li className="breadcrumbs__item">
<a className="breadcrumbs__link" target="_self" href="https://www.lambdatest.com">
Home
</a>
</li>
<li className="breadcrumbs__item">
<a className="breadcrumbs__link" target="_self" href="https://www.lambdatest.com/support/docs/">
Support
</a>
</li>
<li className="breadcrumbs__item breadcrumbs__item--active">
<span className="breadcrumbs__link">
Downloading Job Reports
</span>
</li>
</ul>
</nav>
```
Loading