wdio-lambdatest-service
Version:
A WebdriverIO service that manages tunnel and job metadata for LambdaTest.
21 lines (16 loc) • 490 B
TypeScript
declare module 'constants' {
export const version: {
latestVersion: string;
supportedVersions: string[];
};
export const appVersion: {
latestVersion: string;
supportedVersions: string[];
};
export const baseUrl: string;
export const baseUrlApp: string;
export const TUNNEL_STOP_FAILED: string;
export const TUNNEL_START_FAILED: string;
export const appSessionURL: string;
export const webSessionURL: string;
}