@wdio/browser-runner
Version:
A WebdriverIO runner to run unit tests tests in the browser.
8 lines • 416 B
TypeScript
import type { InlineConfig } from 'vite';
export declare function isUsingStencilJS(rootDir: string, options: WebdriverIO.BrowserRunnerOptions): Promise<boolean>;
export declare function optimizeForStencil(rootDir: string): Promise<InlineConfig>;
/**
* helper method to import a Stencil config file
*/
export declare function importStencilConfig(rootDir: string): Promise<any>;
//# sourceMappingURL=stencil.d.ts.map