The HTML report item relies on the Chromium browser to process and render HTML content. If the Chromium packages are not available in the installed Enterprise build location, the HTML report item will not work. In such cases, you will encounter an error similar to the image below:

You can resolve this issue in one of the following ways:
During Build Installation
When setting up the Enterprise build, make sure to enable the checkbox to download the Chromium package.

Manual Approach
You can also manually download the Chromium package by following this guide and place it in the location specified in the documentation.
The HTML report item takes additional time to process and convert the provided HTML content into an image because it relies on the Chromium browser for rendering.
| Time taken for HTML content | Approximately 2 to 5 seconds for conversion |
|---|---|
| Time taken for online URL | More than 10 seconds for conversion |
The HTML report item does not execute script tags by default. To allow script execution, it must be explicitly enabled using the EnableJavascript property.

reporting\config.xml file.

EnableJavascript property inside the <Exporting> XML tag, as shown in the image below.
