playwright-bdd
Version:
BDD Testing with Playwright runner
7 lines • 327 B
TypeScript
export declare const playwrightVersion: string;
/**
* Requires Playwright's internal module that is not exported via package.exports.
*/
export declare function requirePlaywrightModule(modulePath: string): any;
export declare function getPlaywrightModulePath(relativePath: string): string;
//# sourceMappingURL=utils.d.ts.map