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.TestEngine.
Summary
#addin Cake.Tools.ReadyAPI.TestEngine
If TestEngine.ps1 is not included in the PATH you will have to provide the location of TestEngine.ps1 as such
Setup(context => {
context.Tools.RegisterFile("C:/Users/yourusername/AppData/Roaming/npm/testengine.ps1");
});
- Assembly
- Cake
.Tools .ReadyAPI .TestEngine .dll - Namespace
- Cake
.Tools .ReadyAPI .TestEngine - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["TestEngineAliases"]
class Type type-node
Syntax
public static class TestEngineAliases
Attributes
Type | Description |
---|---|
Cake |
Methods
Name | Value | Summary |
---|---|---|
RunProject |
int |
Run your ReadyAPI functional test(s).
var result = RunProject
(
"your-readyapi-project.xml",
new TestEngineSettings()
{
ConfigurationFile = "config.json",
PrintReport = 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
|