TestimoX

API Reference

Class

JsonReportConfig

Namespace TestimoX.Configuration.Engine
Assembly TestimoX
Modifiers sealed

Options controlling JSON report generation.

Inheritance

  • Object
  • JsonReportConfig

Constructors

public JsonReportConfig() #

Properties

public String FilePath { get; set; } #

Optional output path for the JSON report; overrides default when set.

public Nullable<Boolean> IncludeTests { get; set; } #

Include per-test details (name/status/message) for each rule. Default: true.

public Nullable<Boolean> IncludeMessages { get; set; } #

Include PowerShell information/warnings/errors captured per rule. Default: true.

public Nullable<Boolean> IncludeTelemetry { get; set; } #

Include execution telemetry (wall time, CPU time, memory) per rule. Default: true.

public Nullable<Boolean> IncludeCrosswalk { get; set; } #

Include crosswalk coverage snapshot per rule. Default: true.