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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 7 additions & 1 deletion docs/hyperexecute-job-reports.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,10 @@ The [Error Categorization Report](/support/docs/error-categorization-report/) re
The [JUnit XML Report](/support/docs/junit-xml-report/) provides a summary of test results conducted on [Date and Time]. The tests are organized into multiple test suites, with detailed information on execution time, status, and individual test cases.

## Karate Report
[Karate Reports](/support/docs/karate-report/) provide a comprehensive overview of your test execution results, offering detailed insights into test performance, coverage, and failures. With visually appealing and interactive HTML reports, you can quickly analyze test outcomes, debug issues, and share results across teams. These reports are seamlessly integrated into Karate's powerful testing framework, ensuring clarity and efficiency in your test automation journey.
[Karate Reports](/support/docs/karate-report/) provide a comprehensive overview of your test execution results, offering detailed insights into test performance, coverage, and failures. With visually appealing and interactive HTML reports, you can quickly analyze test outcomes, debug issues, and share results across teams. These reports are seamlessly integrated into Karate's powerful testing framework, ensuring clarity and efficiency in your test automation journey.

## Robot Report
[Robot Reports](/support/docs/robot-report/) provides a detailed summary of automated test execution using Robot Framework, including test case results, execution time, logs, and captured output. It helps analyze pass/fail trends, identify failures, and validate system functionality across environments.

## Katalon Consolidated HTML Report
[Katalon Reports](/support/docs/hyperexecute-katalon-report/) summarizes the results of automated test executions in Katalon Studio, including test status, execution time, environment details, and error logs. It provides clear insights into test coverage, performance, and overall build quality.
68 changes: 68 additions & 0 deletions docs/hyperexecute-katalon-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
---
id: hyperexecute-katalon-report
title: Katalon Consolidated HTML Report on HyperExecute
hide_title: false
sidebar_label: Katalon
description: Learn how to generate Katalon test report for HyperExecute on lambdatest and download the reports from the dashboard
keywords:
- Katalon reports
- hyperexecute Katalon reports
- hyperexecute testing
url: https://www.lambdatest.com/support/docs/hyperexecute-katalon-report/
site_name: LambdaTest
slug: hyperexecute-katalon-report/
---

import NewTag from '../src/component/newTag';

<script type="application/ld+json"
dangerouslySetInnerHTML={{ __html: JSON.stringify({
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [{
"@type": "ListItem",
"position": 1,
"name": "LambdaTest",
"item": "https://www.lambdatest.com"
},{
"@type": "ListItem",
"position": 2,
"name": "Support",
"item": "https://www.lambdatest.com/support/docs/"
},{
"@type": "ListItem",
"position": 3,
"name": "Katalon Reports",
"item": "https://www.lambdatest.com/support/docs/hyperexecute-katalon-report/"
}]
})
}}
></script>
HyperExecute provides seamless integration with Katalon Studio, enabling you to generate and view detailed execution reports directly from your test runs. These reports include details such as:

- Test case execution status (Pass/Fail/Skipped)
- Execution time and duration
- Environment and browser details
- Stack traces for failed tests

> Ensure your project is configured with the Katalon framework and all test scripts are in place.

## Steps to Generate Katalon Reports on HyperExecute

**Step 1:** Configure all the necessary dependencies and configurations to your project.

**Step 2:** Configure the report parameters in the HyperExecute YAML file

Add the following configurations in your YAML file:

```yaml
report: true
partialReports:
type: html
location: Reports/
frameworkName: katalon
```

**Step 3:** Now execute your job by triggering the HyperExecute CLI. You can visit the HyperExecute dashboard to download the report after job completion.

<img loading="lazy" src={require('../assets/images/hyperexecute/release-notes/katalon-report.png').default} alt="Image" className="doc_img"/>
48 changes: 48 additions & 0 deletions docs/hyperexecute-release-notes-3-1-0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
---
id: hyperexecute-release-notes-3-1-0
title: Version 3.1.0
hide_title: false
sidebar_label: Version 3.1.0
description: Version 3.1.0
keywords:
- LambdaTest Hyperexecute
- LambdaTest Hyperexecute help
- LambdaTest Hyperexecute documentation
- FAQs
url: https://www.lambdatest.com/support/docs/hyperexecute-release-notes-3-1-0/
site_name: LambdaTest
slug: hyperexecute-release-notes-3-1-0/
---

import {YOUR_LAMBDATEST_USERNAME, YOUR_LAMBDATEST_ACCESS_KEY} from "@site/src/component/keys";

<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": "Version",
"item": "https://www.lambdatest.com/support/docs/hyperexecute-release-notes-3-1-0/"
}]
})
}}
></script>
HyperExecute now supports **Katalon Consolidated HTML Report** generation, including all new report formats introduced in Katalon Studio 10 and above with the following support:
- **Seamless Katalon Report Integration:** You can now generate Katalon HTML reports directly within your HyperExecute workflow.
- **Support for Latest Report Structure:** HyperExecute is fully compatible with the new report schema and format updates introduced in Katalon Studio 10+.

<img loading="lazy" src={require('../assets/images/hyperexecute/release-notes/katalon-report.png').default} alt="Image" className="doc_img"/>

> 📘 Refer to our [Katalon Consolidated HTML Report Generation Guide](/support/docs/hyperexecute-katalon-report/) for a detailed setup walkthrough and examples.
1 change: 1 addition & 0 deletions docs/hyperexecute-release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ HyperExecute is an AI Native Test Orchestration Cloud Platform, enabling test au
#### October, 2025
| Release Number | Release Date |
|----------------|--------------|
| [Version 3.1.0](/support/docs/hyperexecute-release-notes-3-1-0) | Oct 27, 2025|
| [Version 3.0.8](/support/docs/hyperexecute-release-notes-3-0-8) | Oct 13, 2025|

#### September, 2025
Expand Down
2 changes: 2 additions & 0 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -818,6 +818,7 @@ module.exports = {
"junit-xml-report",
"karate-report",
"robot-report",
"hyperexecute-katalon-report"
],
},

Expand Down Expand Up @@ -930,6 +931,7 @@ module.exports = {
collapsed: true,
label: "October, 2025",
items: [
"hyperexecute-release-notes-3-1-0",
"hyperexecute-release-notes-3-0-8",
],
},
Expand Down
Loading