Skip to content

Commit c60be4e

Browse files
committed
updated the error categorization report doc
1 parent b4597f3 commit c60be4e

File tree

5 files changed

+13
-43
lines changed

5 files changed

+13
-43
lines changed
1.84 MB
Loading
Binary file not shown.
Binary file not shown.
Binary file not shown.
Lines changed: 13 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
id: error-categorization-report
33
title: Error Categorization Report on HyperExecute
4-
hide_title: true
5-
sidebar_label: Error Categorization Report
4+
hide_title: false
5+
sidebar_label: Error Categorization
66
description: Streamline error analysis with the Error Categorization Report. Identify patterns in test failures to enhance quality and efficiency in your testing process.
77
keywords:
88
- error categorization reports
@@ -35,55 +35,25 @@ slug: error-categorization-report/
3535
})
3636
}}
3737
></script>
38+
The Error Categorization Report is a specialized report that helps simplify the process of identifying and categorizing errors in your HyperExecute job. By organizing test failures with similar characteristics, this report provides a clear and structured overview of problematic stages and associated tests for efficient error tracking and analysis.
3839

39-
# HyperExecute Error Categorization Report
40-
41-
The Error Categorization Report is a custom report that is used to help you categorize errors based on failed tests, providing a clear and organized view of test failures with similar characteristics.
42-
43-
This report aims to simplify the identification of problematic stages and associated tests, allowing you to navigate through detailed views and download relevant information for further analysis.
44-
45-
## Generate Error Categorization Report
46-
47-
Follow the guided steps below to generate the error-categorized report for your HyperExecute Job.
48-
49-
### Prerequisite
50-
51-
- This report will only be generated if your job contains multiple categories of errors.
40+
:::info
41+
You can generate and download other reports as well, along with the error-report.
42+
:::
5243

53-
### Step 1: YAML file Configuration
44+
## Configure YAML file to Generate the Error Categorization Report
5445

55-
In your YAML file, add the below code to generate the error-categorization report.
46+
This report is generated when your job includes multiple error categories. To enable the error categorization report, simply pass the [`errorCategorizedReport`](https://www.lambdatest.com/support/docs/deep-dive-into-hyperexecute-yaml/#errorcategorizedreport) flag to your YAML file:
5647

57-
```bash
48+
```yaml
5849
errorCategorizedReport:
5950
enabled: true
6051
```
6152
62-
:::tip
63-
There is no dependency on the [**report flag**](https://www.lambdatest.com/support/docs/deep-dive-into-hyperexecute-yaml/#report). It means that even if you do not pass the `report: true`, it will still generate the error-categorized report.
53+
:::note
54+
This report does not depend on the [`report: true`](https://www.lambdatest.com/support/docs/deep-dive-into-hyperexecute-yaml/#report) flag. It will generate the error report even if you do not pass the `report: true` flag in your YAML file.
6455
:::
6556

66-
> **NOTE :** You can generate and download other reports as well, along with the error-report.
67-
68-
### Step 2: Execute your Job
69-
70-
After configuring your YAML file, you can execute your Job on the HyperExecute.
71-
72-
- In the below screenshot, you can see that 3 categories of errors are generated
73-
- ElementNotFound Error
74-
- Assertion Error
75-
- WebDriver Exception
76-
77-
- You can either open the **Error-RCA Report** or you can download it as well.
78-
79-
<img loading="lazy" src={require('../assets/images/hyperexecute/knowledge-base/reports/error-dashbaord.png').default} alt="Image" className="doc_img"/>
80-
81-
### Step 3: Download or Open the Generated Error Report
82-
83-
- This report list down all the error summaries along with the specific details.
84-
85-
- You can also check for the particular error for the specific test.
86-
87-
<img loading="lazy" src={require('../assets/images/hyperexecute/knowledge-base/reports/error-categorized-report-1.png').default} alt="Image" className="doc_img"/>
57+
Now trigger your job on HyperExecute, and if your job fails (encounters any failed tests), it will generate the Error Categorization Report. This report list down all the error summaries along with the specific details. You can also check for the particular error for the specific test.
8858

89-
<img loading="lazy" src={require('../assets/images/hyperexecute/knowledge-base/reports/error-categorized-report-2.png').default} alt="Image" className="doc_img"/>
59+
<img loading="lazy" src={require('../assets/images/hyperexecute/knowledge-base/reports/error-categorization-report.gif').default} alt="Image" className="doc_img"/>

0 commit comments

Comments
 (0)