TestRunnerSettings.

Report Property

Summary

Specifies the type of the report data.
  • Project Report:Generates a report in the format the -F argument specifies.The runner will save the report files to the directory that the OutputFolder argument specifies.Depending on the ExportResultsUsingFolders argument value, the runner can organize files into subdirectories.
  • TestSuite Report:As above, but for test suites.
  • TestCase Report:As above, but for test cases.
  • JUnit-Style HTML Report:Generates a report as JUnit-style HTML files. See JUnit-Style HTML Reports For Automation. When you use this value, the runner ignores the ReportFormats and ExportResultsUsingFolders arguments.
  • Data Export:Generates XML files with report data. See Data Export For Automation.
  • Allure Report:Generates Allure results.Use the Allure framework to generate an actual report.See Allure Report.

Syntax

public Nullable<ReportType> Report { get; set; }

Value

Type Description
Nullable<ReportType>