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.
- Assembly
- Cake
.Tools .ReadyAPI .TestRunner .dll - Namespace
- Cake
.Tools .ReadyAPI .TestRunner - Base Types
-
- Enum
graph BT
Type-->Base0["Enum"]
Type["ReportType"]
class Type type-node
Syntax
public sealed class ReportType : Enum
Fields
Name | Constant Value | Summary |
---|---|---|
Allure | 5 |
Generates Allure results.Use the Allure framework to generate an actual report.See Allure Report.
static
|
DataExport | 4 |
Generates XML files with report data. See Data Export For Automation.
static
|
JUnitStyleHtml | 3 |
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.
static
|
Project | 0 |
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.
static
|
TestCase | 2 |
As above, but for test cases.
static
|
TestSuite | 1 |
As above, but for test suites.
static
|
value__ |
Extension Methods
Name | Value | Summary |
---|---|---|
Dump |
string |
Get a basic string representation of specified object.
From LoggingExtensions
Requires the Cake.Incubator addin
|
IsIn |
bool |
Checks if the source is contained in a list
From EnumerableExtensions
Requires the Cake.Incubator addin
|
NotNull |
void |
From IssuesArgumentChecks
Requires the Cake.Issues addin
|
NotNull |
void |
Throws an exception if the specified parameter's value is null.
From Extensions
Requires the Cake.Ftp addin
|
ThrowIfNull |
T |
Throws a
System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
From AssertExtensions
Requires the Cake.Incubator addin
|
ThrowIfNull |
T |
Throws a
System.ArgumentNullException if the value is null, otherwise returns the value
From AssertExtensions
Requires the Cake.Incubator addin
|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|