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
Run your ReadyAPI functional test(s).
var result = RunProject
(
"your-readyapi-project.xml",
new TestEngineSettings()
{
ConfigurationFile = "config.json",
PrintReport = true
}
);
- Assembly
- Cake
.Tools .ReadyAPI .TestEngine .dll - Namespace
- Cake
.Tools .ReadyAPI .TestEngine - Containing Type
- TestEngineAliases
Syntax
public static int RunProject(this ICakeContext context, string projectFile, TestEngineSettings settings)
Attributes
Type | Description |
---|---|
Cake |
Parameters
Name | Type | Description |
---|---|---|
context | ICakeContext | The Cake context. |
projectFile | string | The ReadyAPI project. |
settings | TestEngineSettings | The settings that will be provided to TestEngine.ps1. |
Return Value
Type | Description |
---|---|
int |