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
Upload app from a Public Location
- Assembly
- Cake
.BrowserStack .dll - Namespace
- Cake
.BrowserStack - Containing Type
- BrowserStackAliases
Syntax
public static void BrowserStackAppAutomateUpload(this ICakeContext context, string url, BrowserStackSettings settings, string customId = null)
Remarks
If you do not have your app file on the local machine from where you are running the test and it is hosted on a
different location, you can upload it to the BrowserStack servers from any public hosted location. You can achieve that
by just providing the app public url in the API call to upload an app. The url should be accessible over the internet so
that BrowserStack can directly upload it from that location. Use the below API call to upload app from a publicly accessible
location.
Attributes
Type | Description |
---|---|
Cake |
Parameters
Name | Type | Description |
---|---|---|
context | ICakeContext | |
url | string | |
settings | BrowserStackSettings | |
customId | string |
Return Value
Type | Description |
---|---|
void |