XamarinAliases.

TestCloud(ICakeContext, FilePath, string, string, string, DirectoryPath, TestCloudSettings) Method

Summary

Uploads an android .APK package to TestCloud and runs UITests
Assembly
Cake.Xamarin.dll
Namespace
Cake.Xamarin
Containing Type
XamarinAliases

Syntax

public static void TestCloud(this ICakeContext context, FilePath apkFile, string apiKey, string devicesHash, string userEmail, DirectoryPath uitestsAssemblies, TestCloudSettings settings = null)

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

Name Type Description
context ICakeContext The context.
apkFile FilePath The .APK file.
apiKey string The TestCloud API key.
devicesHash string The hash of the set of devices to run on.
userEmail string The user account email address.
uitestsAssemblies DirectoryPath The directory containing the UITests assemblies.
settings TestCloudSettings The settings.

Return Value

Type Description
void