AppCenterAliases.

AppCenterTestPrepareXcuitest(ICakeContext, AppCenterTestPrepareXcuitestSettings) Method

Summary

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

Syntax

public static void AppCenterTestPrepareXcuitest(this ICakeContext context, AppCenterTestPrepareXcuitestSettings settings)

Attributes

Type Description
CakeMethodAliasAttribute
CakeAliasCategoryAttribute

Parameters

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

Return Value

Type Description
void