TestEngineSettings.

ReportFormat Property

Summary

Specifies the report type. Possible values: Saves a report to the JUnit XML format (an XML file).Saves a report in a Microsoft Excel sheet (a XSLX file).Saves a report in the JSON format (a JSON file).
junit
excel
json>

Syntax

public Nullable<ReportFormat> ReportFormat { get; set; }

Value

Type Description
Nullable<ReportFormat>