Open berntpopp opened 2 months ago
The HTML report currently lacks a favicon, which would improve the visual appeal of the report when viewed in a browser.
Design or Select a Favicon:
Update HTML Template:
<link rel="icon" type="image/png" href="path/to/favicon.png">
<head>
Test:
Description:
The HTML report currently lacks a favicon, which would improve the visual appeal of the report when viewed in a browser.
Tasks:
Design or Select a Favicon:
Update HTML Template:
<link rel="icon" type="image/png" href="path/to/favicon.png">
tag to the<head>
section of the HTML template.Test:
Acceptance Criteria: