TestimoX

API Reference

Class

ReportingConfig

Namespace TestimoX.Configuration.Engine
Assembly TestimoX
Modifiers sealed

Typed settings controlling which parts of reports are generated.

Inheritance

  • Object
  • ReportingConfig

Constructors

public ReportingConfig() #

Properties

public HtmlReportConfig Html { get; set; } #

HTML report content options.

public WordReportConfig Word { get; set; } #

Word report content options.

public JsonReportConfig Json { get; set; } #

JSON report options.

public CrosswalkReportConfig Crosswalk { get; set; } #

Crosswalk snapshot/logging options.

public ILicenseGate Features { get; set; } #

Optional licensing/feature gate. When null, all features are enabled.