AppCenterAliases.

AppCenterTestRunCalabash(ICakeContext, AppCenterTestRunCalabashSettings) Method

Summary

Starts a test run with Calabash tests.
Assembly
Cake.AppCenter.dll
Namespace
Cake.AppCenter
Containing Type
AppCenterAliases

Syntax

public static void AppCenterTestRunCalabash(this ICakeContext context, AppCenterTestRunCalabashSettings settings)

Attributes

Type Description
CakeMethodAliasAttribute
CakeAliasCategoryAttribute

Parameters

Name Type Description
context ICakeContext The context.
settings AppCenterTestRunCalabashSettings The settings.

Return Value

Type Description
void