AppCenterAliases.

AppCenterTestWizardWithResult(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 IEnumerable<string> AppCenterTestWizardWithResult(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
IEnumerable<string> Output lines.