diff --git a/assets/images/hyperexecute/knowledge-base/reports/karate-reports.png b/assets/images/hyperexecute/knowledge-base/reports/karate-reports.png
new file mode 100644
index 000000000..9f2bd372f
Binary files /dev/null and b/assets/images/hyperexecute/knowledge-base/reports/karate-reports.png differ
diff --git a/docs/hyperexecute-job-reports.md b/docs/hyperexecute-job-reports.md
index 0f94c9cb3..ddfbb1726 100644
--- a/docs/hyperexecute-job-reports.md
+++ b/docs/hyperexecute-job-reports.md
@@ -100,4 +100,7 @@ The [Error Categorization Report](/support/docs/error-categorization-report/) re
- Downloadable data for thorough analysis and resolution.
## JUnit XML Report
-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.
\ No newline at end of file
+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.
\ No newline at end of file
diff --git a/docs/karate-report.md b/docs/karate-report.md
new file mode 100644
index 000000000..ff8ed5a46
--- /dev/null
+++ b/docs/karate-report.md
@@ -0,0 +1,57 @@
+---
+id: karate-report
+title: Karate Report
+hide_title: false
+sidebar_label: Karate
+description: Streamline error analysis with the Error Categorization Report. Identify patterns in test failures to enhance quality and efficiency in your testing process.
+keywords:
+ - cucumber testing reports
+ - karate report lambdatest
+url: https://www.lambdatest.com/support/docs/karate-report/
+site_name: LambdaTest
+slug: karate-report/
+---
+
+Karate framework supports generating detailed test execution reports that help visualize test results and insights. On HyperExecute, you can run your Karate tests and configure it to generate and download these reports seamlessly.
+
+> Ensure your project is configured with the **Karate framework** and all test scripts are in place.
+
+## Steps to Generate Karate 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.
+
+```yaml
+report: true
+partialReports:
+ location: target
+ type: html
+ frameworkName: karate
+```
+
+**Step 3:** Now execute your job by triggering the HyperExecute CLI. You can visit the HyperExecute dashboard to download the report after job completion.
+
+
\ No newline at end of file
diff --git a/sidebars.js b/sidebars.js
index 6ec699c9d..6bb0a7194 100644
--- a/sidebars.js
+++ b/sidebars.js
@@ -777,7 +777,8 @@ module.exports = {
"specflow-report",
"cypress-mochaawesome-report",
"error-categorization-report",
- "junit-xml-report"
+ "junit-xml-report",
+ "karate-report"
],
},