UNPKG

tm-playwright-framework

Version:

Playwright Cucumber TS framework - The easiest way to learn

14 lines (13 loc) 347 B
/** * ENV.TS * * This TypeScript file contains methods to get variables configured based on the given ENV value. * * @author Sasitharan, Govindharam * @reviewer Sahoo, AshokKumar * @version 1.0 - 1st-JUNE-2025 * * @methods * - `getENV`: Fetch the environment data and sets the variable value */ export declare const getEnv: () => void;