AppCenterAliases.

AppCenterTestWizard(ICakeContext, AppCenterTestWizardSettings) Method

Summary

Start a test run interactively. All the parameters will be prompted on-the-go.
Assembly
Cake.AppCenter.dll
Namespace
Cake.AppCenter
Containing Type
AppCenterAliases

Syntax

public static void AppCenterTestWizard(this ICakeContext context, AppCenterTestWizardSettings settings)

Attributes

Type Description
CakeMethodAliasAttribute
CakeAliasCategoryAttribute

Parameters

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

Return Value

Type Description
void