UNPKG

tm-playwright-framework

Version:

Playwright Cucumber TS framework - The easiest way to learn

15 lines (14 loc) 286 B
/** * CUSTOM.TS * * @author Sasitharan, Govindharam * @reviewer Sahoo, AshokKumar * @version 1.0 - 1st-JUNE-2025 * * @description * TBD * * @methods * TBD - TBD */ export declare function getCredential(columnToFetch: string, filterBy: string, table?: string): Promise<any>;