| 
1 | 1 | ---  | 
2 | 2 | id: error-categorization-report  | 
3 | 3 | 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  | 
6 | 6 | description: Streamline error analysis with the Error Categorization Report. Identify patterns in test failures to enhance quality and efficiency in your testing process.  | 
7 | 7 | keywords:  | 
8 | 8 |   - error categorization reports  | 
@@ -35,55 +35,25 @@ slug: error-categorization-report/  | 
35 | 35 |       })  | 
36 | 36 |     }}  | 
37 | 37 | ></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.  | 
38 | 39 | 
 
  | 
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 | +:::  | 
52 | 43 | 
 
  | 
53 |  | -### Step 1: YAML file Configuration  | 
 | 44 | +## Configure YAML file to Generate the Error Categorization Report  | 
54 | 45 | 
 
  | 
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:  | 
56 | 47 | 
 
  | 
57 |  | -```bash  | 
 | 48 | +```yaml  | 
58 | 49 | errorCategorizedReport:  | 
59 | 50 |   enabled: true  | 
60 | 51 | ```  | 
61 | 52 | 
  | 
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.  | 
64 | 55 | :::  | 
65 | 56 | 
 
  | 
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.  | 
88 | 58 | 
 
  | 
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