22 lines
697 B
TypeScript
22 lines
697 B
TypeScript
|
|
import type { Options } from '@wdio/types';
|
||
|
|
export declare const pkg: any;
|
||
|
|
export declare const CLI_EPILOGUE: string;
|
||
|
|
export declare const SUPPORTED_COMMANDS: string[];
|
||
|
|
export declare const ANDROID_CONFIG: {
|
||
|
|
platformName: string;
|
||
|
|
automationName: string;
|
||
|
|
deviceName: string;
|
||
|
|
};
|
||
|
|
export declare const IOS_CONFIG: {
|
||
|
|
platformName: string;
|
||
|
|
automationName: string;
|
||
|
|
deviceName: string;
|
||
|
|
};
|
||
|
|
export declare const TESTRUNNER_DEFAULTS: Options.Definition<Options.Testrunner & {
|
||
|
|
capabilities: unknown;
|
||
|
|
}>;
|
||
|
|
export declare const WORKER_GROUPLOGS_MESSAGES: {
|
||
|
|
normalExit: (cid: string) => string;
|
||
|
|
exitWithError: (cid: string) => string;
|
||
|
|
};
|
||
|
|
//# sourceMappingURL=constants.d.ts.map
|