This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Tools.ReadyAPI.TestRunner.
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 theExportResultsUsingFolders
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
andExportResultsUsingFolders
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.
- Assembly
- Cake
.Tools .ReadyAPI .TestRunner .dll - Namespace
- Cake
.Tools .ReadyAPI .TestRunner - Containing Type
- TestRunnerSettings
Syntax
public Nullable<ReportType> Report { get; set; }
Value
Type | Description |
---|---|
Nullable |