Class ReportSettings
Settings of the WebEngine privides global
Inheritance
System.Object
ReportSettings
Namespace: AxaFrance.WebEngine
Assembly: AxaFrance.WebEngine.dll
Syntax
[Serializable]
public class ReportSettings
Properties
| Improve this Doc View SourceHtmlReport
Indicates if a HTML report should be generated after test execution
Declaration
public bool HtmlReport { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
HtmlReportPath
The location of the HTML report. (default location will be LogDir)
Declaration
public string HtmlReportPath { get; set; }
Property Value
Type | Description |
---|---|
System.String |
JUnitReport
If a Junit compatible report should be generated after test execution
Declaration
public bool JUnitReport { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
JUnitReportPath
The location of the JUnit report.
Declaration
public string JUnitReportPath { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NUnitReport
If a Nunit compatible report shouldbe generated after test execution
Declaration
public bool NUnitReport { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
NUnitReportPath
The location of the NUnit report. (default location will be LogDir)
Declaration
public string NUnitReportPath { get; set; }
Property Value
Type | Description |
---|---|
System.String |