@wdio/browser-runner
Version:
A WebdriverIO runner to run unit tests tests in the browser.
7 lines • 342 B
TypeScript
import type { InlineConfig } from 'vite';
declare global {
var defineNuxtConfig: Function;
}
export declare function isNuxtFramework(rootDir: string): Promise<boolean>;
export declare function optimizeForNuxt(options: WebdriverIO.BrowserRunnerOptions, config: WebdriverIO.Config): Promise<InlineConfig>;
//# sourceMappingURL=nuxt.d.ts.map