BrowserStackAliases Class

Summary

BrowserStack API related cake aliases.

Assembly
Cake.BrowserStack.dll
Namespace
Cake.BrowserStack
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["BrowserStackAliases"] class Type type-node

Syntax

public static class BrowserStackAliases

Attributes

Type Description
CakeAliasCategoryAttribute

Methods

Name Value Summary
BrowserStackAppAutomateDeleteApp(ICakeContext, string, BrowserStackSettings) bool
An API to DELETE an uploaded App
static
BrowserStackAppAutomateRecentApps(ICakeContext, BrowserStackSettings, string) AppAutomateApp[]
An API to retrieve details about your recent App uploads. The response will not include the deleted apps
static
BrowserStackAppAutomateRecentGroupApps(ICakeContext, BrowserStackSettings) AppAutomateApp[]
An API to retrieve details about your recent App uploads for the entire group. The response will not include the deleted apps
static
BrowserStackAppAutomateUpload(ICakeContext, FilePath, BrowserStackSettings, string) void
An API to upload the App you want to test on the BrowserStack servers
static
BrowserStackAppAutomateUpload(ICakeContext, string, BrowserStackSettings, string) void
Upload app from a Public Location
static
BrowserStackAppLiveUpload(ICakeContext, FilePath, BrowserStackSettings) void
Uploads an app to App Live
static

Extension Methods

Name Value Summary
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin