|
| 1 | +--- |
| 2 | +id: hyperexecute-katalon-report |
| 3 | +title: Katalon Consolidated HTML Report on HyperExecute |
| 4 | +hide_title: false |
| 5 | +sidebar_label: Katalon |
| 6 | +description: Learn how to generate Katalon test report for HyperExecute on lambdatest and download the reports from the dashboard |
| 7 | +keywords: |
| 8 | + - Katalon reports |
| 9 | + - hyperexecute Katalon reports |
| 10 | + - hyperexecute testing |
| 11 | +url: https://www.lambdatest.com/support/docs/hyperexecute-katalon-report/ |
| 12 | +site_name: LambdaTest |
| 13 | +slug: hyperexecute-katalon-report/ |
| 14 | +--- |
| 15 | + |
| 16 | +import NewTag from '../src/component/newTag'; |
| 17 | + |
| 18 | +<script type="application/ld+json" |
| 19 | + dangerouslySetInnerHTML={{ __html: JSON.stringify({ |
| 20 | + "@context": "https://schema.org", |
| 21 | + "@type": "BreadcrumbList", |
| 22 | + "itemListElement": [{ |
| 23 | + "@type": "ListItem", |
| 24 | + "position": 1, |
| 25 | + "name": "LambdaTest", |
| 26 | + "item": "https://www.lambdatest.com" |
| 27 | + },{ |
| 28 | + "@type": "ListItem", |
| 29 | + "position": 2, |
| 30 | + "name": "Support", |
| 31 | + "item": "https://www.lambdatest.com/support/docs/" |
| 32 | + },{ |
| 33 | + "@type": "ListItem", |
| 34 | + "position": 3, |
| 35 | + "name": "Katalon Reports", |
| 36 | + "item": "https://www.lambdatest.com/support/docs/hyperexecute-katalon-report/" |
| 37 | + }] |
| 38 | + }) |
| 39 | + }} |
| 40 | +></script> |
| 41 | +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: |
| 42 | + |
| 43 | +- Test case execution status (Pass/Fail/Skipped) |
| 44 | +- Execution time and duration |
| 45 | +- Environment and browser details |
| 46 | +- Stack traces for failed tests |
| 47 | + |
| 48 | +> Ensure your project is configured with the Katalon framework and all test scripts are in place. |
| 49 | +
|
| 50 | +## Steps to Generate Katalon Reports on HyperExecute |
| 51 | + |
| 52 | +**Step 1:** Configure all the necessary dependencies and configurations to your project. |
| 53 | + |
| 54 | +**Step 2:** Configure the report parameters in the HyperExecute YAML file |
| 55 | + |
| 56 | +Add the following configurations in your YAML file: |
| 57 | + |
| 58 | +```yaml |
| 59 | +report: true |
| 60 | +partialReports: |
| 61 | + type: html |
| 62 | + location: Reports/ |
| 63 | + frameworkName: katalon |
| 64 | +``` |
| 65 | +
|
| 66 | +**Step 3:** Now execute your job by triggering the HyperExecute CLI. You can visit the HyperExecute dashboard to download the report after job completion. |
| 67 | +
|
| 68 | +<img loading="lazy" src={require('../assets/images/hyperexecute/release-notes/katalon-report.png').default} alt="Image" className="doc_img"/> |
0 commit comments