TestEngineAliases Class

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"); });

graph BT Type-->Base0["Object"] Type["TestEngineAliases"] class Type type-node

Syntax

public static class TestEngineAliases

Attributes

Type Description
CakeAliasCategoryAttribute

Methods

Name Value Summary
RunProject(ICakeContext, string, TestEngineSettings) 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<string, object>
Requires the Cake.DeployParams addin