@stencil/playwright
Version:
Testing adapter to use Playwright with Stencil
14 lines (13 loc) • 308 B
TypeScript
/**
* For internal use only.
*
* Loads and validates the project's Stencil config.
*
* @returns The processed Stencil config metadata.
*/
export declare const loadConfigMeta: () => Promise<{
baseURL: string;
webServerUrl: string;
stencilNamespace: string;
stencilEntryPath: string;
}>;