API Reference
Class
HtmlReports
Generates HTML reports for Testimo results (implementation split across partial files).
Inheritance
- Object
- HtmlReports
Methods
GenerateReport(TestimoX.Testimo result, System.Boolean openInBrowser, System.String filePath) #Generates the Testimo HTML report and optionally opens it in the default browser.
Parameters
- result TestimoX.Testimo
- Execution result including per-rule outcomes and diagnostics.
- openInBrowser System.Boolean
- When true, opens the generated report after saving.
- filePath System.String
- Optional explicit output path; when null, a timestamped file under Reports/ is used.