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, TestimoX.Reporting.Localization.ReportLanguage language, System.Boolean forceLanguageSuffix) #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.
- language TestimoX.Reporting.Localization.ReportLanguage
- Selected report output language.
- forceLanguageSuffix System.Boolean
- When true, appends the language code to the output file name.