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.

13 lines (12 loc) 251 B
{ "extends": "./tsconfig.json", "compilerOptions": { "noEmit": false, "outDir": "dist", "rootDir": "src", "declaration": false, "removeComments": true, "sourceMap": false }, "include": ["src/cli/**/*.ts"] }