@wdio/browser-runner
Version:
A WebdriverIO runner to run unit tests tests in the browser.
8 lines • 461 B
TypeScript
import type { InlineConfig } from 'vite';
import type { FrameworkPreset } from '../types.js';
export declare const DEFAULT_PROTOCOL = "http";
export declare const DEFAULT_HOSTNAME = "localhost";
export declare const DEFAULT_HOST = "http://localhost";
export declare const PRESET_DEPENDENCIES: Record<FrameworkPreset, [string, string, unknown] | undefined>;
export declare const DEFAULT_VITE_CONFIG: Partial<InlineConfig>;
//# sourceMappingURL=constants.d.ts.map