Skip to main content

Error Categorization Report

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.

info

You can generate and download other reports as well, along with the error-report.

Configure YAML file to Generate the Error Categorization Report

This report is generated when your job includes multiple error categories. To enable the error categorization report, simply pass the errorCategorizedReport flag to your YAML file:

hyperexecute.yaml
errorCategorizedReport:
enabled: true
note

This report does not depend on the report: true flag. It will generate the error report even if you do not pass the report: true flag in your YAML file.

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.

Image

Test across 3000+ combinations of browsers, real devices & OS.

Book Demo

Help and Support

Related Articles