This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see
Cake.VSforMac.
Summary
Uploads an android .APK package to TestCloud and runs UITests
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