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.

10 lines (9 loc) 258 B
/** * Configuration object for authentication-related paths and settings */ export const AUTH_FILE_CONFIG = { ROOT_DIRECTORY: ".auth", CI_AUTH_FILE: "ci-login.json", LOCAL_AUTH_FILE: "local-login.json", EMPTY_AUTH_STATE: "{}", } as const;