TestimoX

API Reference

Class

HtmlReports

Namespace TestimoX.Reporting.Html

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 required
Execution result including per-rule outcomes and diagnostics.
openInBrowser System.Boolean required
When true, opens the generated report after saving.
filePath System.String required
Optional explicit output path; when null, a timestamped file under Reports/ is used.