AppCenterAliases.

AppCenterTestPrepareEspresso(ICakeContext, AppCenterTestPrepareEspressoSettings) Method

Summary

Creates an artifacts directory with Espresso tests.
Assembly
Cake.AppCenter.dll
Namespace
Cake.AppCenter
Containing Type
AppCenterAliases

Syntax

public static void AppCenterTestPrepareEspresso(this ICakeContext context, AppCenterTestPrepareEspressoSettings settings)

Attributes

Type Description
CakeMethodAliasAttribute
CakeAliasCategoryAttribute

Parameters

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

Return Value

Type Description
void