UNPKG

@tshifhiwa/ohrm-ui-automation-framework

Version:

Playwright and TypeScript–based test automation framework for validating core UI features and workflows of the OrangeHRM demo application.

9 lines (7 loc) 295 B
export default class EnvironmentVariables { // URLS public static readonly PORTAL_BASE_URL = process.env.PORTAL_BASE_URL!; // Users public static readonly PORTAL_USERNAME = process.env.PORTAL_USERNAME!; public static readonly PORTAL_PASSWORD = process.env.PORTAL_PASSWORD!; }