Class ReportConverterOptions
- Namespace
- CSF.Screenplay.JsonToHtmlReport
- Assembly
- CSF.Screenplay.JsonToHtmlReport.dll
Options for converting a JSON report to HTML.
public class ReportConverterOptions
- Inheritance
-
ReportConverterOptions
- Inherited Members
Properties
OutputPath
Gets or sets the file system path where the HTML report will be saved.
public string OutputPath { get; set; }
Property Value
ReportPath
Gets or sets the file system path to the JSON report which is to be converted to HTML.
public string ReportPath { get; set; }