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) 170 B
/** * Enum representing different file encoding types. */ export enum FileEncoding { UTF8 = "utf8", BASE64 = "base64", ASCII = "ascii", HEX = "hex", }