TestRunnerAliases Class

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

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

Syntax

public static class TestRunnerAliases

Attributes

Type Description
CakeAliasCategoryAttribute

Methods

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