Click or drag to resize

AutomatedTestReportExportNUnit Method

Exports the test report compatible with NUnit-3 test result

Namespace:  Hummingbird.TestFramework.Automation.Report
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public void ExportNUnit(
	string filename
)

Parameters

filename
Type: SystemString
The filename of the report name to be generated, Default name is TEST-Report.xml
See Also