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
#addin Cake.Tools.ReadyAPI.TestRunner
If TestRunner.bat is not included in the PATH you will have to provide the location of TestRunner.bat as such
Setup(context => {
context.Tools.RegisterFile("C:/Program Files/SmartBear/ReadyAPI-3.5.1/bin/testrunner.bat");
});
- Assembly
- Cake
.Tools .ReadyAPI .TestRunner .dll - Namespace
- Cake
.Tools .ReadyAPI .TestRunner - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["TestRunnerAliases"]
class Type type-node
Syntax
public static class TestRunnerAliases
Attributes
Type | Description |
---|---|
Cake |
Methods
Name | Value | Summary |
---|---|---|
LaunchTestRunner |
int |
Run your ReadyAPI functional test(s).
var result = LaunchTestRunner
(
"your-readyapi-project.xml",
new TestRunnerSettings()
{
EndPoint = "http://localhost",
PrintSummaryReport = true
}
);
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|