@wdio/browserstack-service
Version:
WebdriverIO service for better Browserstack integration
14 lines • 556 B
TypeScript
export default class APIUtils {
static FUNNEL_INSTRUMENTATION_URL: string;
static BROWSERSTACK_AUTOMATE_API_URL: string;
static BROWSERSTACK_AA_API_URL: string;
static BROWSERSTACK_PERCY_API_URL: string;
static BROWSERSTACK_AUTOMATE_API_CLOUD_URL: string;
static BROWSERSTACK_AA_API_CLOUD_URL: string;
static APP_ALLY_ENDPOINT: string;
static DATA_ENDPOINT: string;
static UPLOAD_LOGS_ADDRESS: string;
static EDS_URL: string;
static updateURLSForGRR(apis: GRRUrls): void;
}
//# sourceMappingURL=apiUtils.d.ts.map