UNPKG

tm-playwright-framework

Version:

Playwright Cucumber TS framework - The easiest way to learn

14 lines (13 loc) 315 B
interface CLIArgs { ENV?: string; TAGS?: string; FEATURES?: string; BROWSER?: string; HEADLESS?: string; CLIENT?: string; REPORT_PATH?: string; PARALLEL_WORKER?: string; [key: string]: any; } export declare function parseCommandLineArgs(args: CLIArgs): Promise<void>; export {};