@wdio/config
Version:
A helper utility to parse and validate WebdriverIO options
7 lines • 394 B
TypeScript
import type { Services } from '@wdio/types';
export declare const DEFAULT_CONFIGS: () => WebdriverIO.Config;
export declare const DEFAULT_MAX_INSTANCES_PER_CAPABILITY_VALUE = 100;
export declare const SUPPORTED_HOOKS: (keyof Services.Hooks)[];
export declare const SUPPORTED_FILE_EXTENSIONS: string[];
export declare const NO_NAMED_CONFIG_EXPORT: string;
//# sourceMappingURL=constants.d.ts.map