TestEngineAliases.

RunProject(ICakeContext, string, TestEngineSettings) Method

Summary

Run your ReadyAPI functional test(s). var result = RunProject ( "your-readyapi-project.xml", new TestEngineSettings() { ConfigurationFile = "config.json", PrintReport = true } );

Syntax

public static int RunProject(this ICakeContext context, string projectFile, TestEngineSettings settings)

Attributes

Type Description
CakeMethodAliasAttribute

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