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.BrowserStack.
Summary
An API to upload the App you want to test on the BrowserStack servers
Syntax
public static void BrowserStackAppAutomateUpload(this ICakeContext context, FilePath filePath, BrowserStackSettings settings, string customId = null)
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
|
filePath |
FilePath |
|
settings |
BrowserStackSettings |
|
customId |
string |
|
Return Value