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.

64 lines (62 loc) 1.81 kB
{ "editor.defaultFormatter": "esbenp.prettier-vscode", "editor.formatOnSave": true, "editor.codeActionsOnSave": { "source.fixAll.eslint": "explicit" }, "[javascript]": { "editor.defaultFormatter": "esbenp.prettier-vscode" }, "[typescript]": { "editor.defaultFormatter": "esbenp.prettier-vscode" }, "[json]": { "editor.defaultFormatter": "esbenp.prettier-vscode" }, "cSpell.words": [ "Tshifhiwa", "Sinugo", "esbenp", "ciphertext", "Logform", "viewports", "maxsize", "Ortoni", "uncolorize", "Encryptor ", "OHRM", "VaapiVideoDecoder" ], "cSpell.ignorePaths": [ "node_modules/**", "logs/**", "downloads/**", "playwright-report/**", "src/testData/**" ], "cSpell.allowCompoundWords": true, "cSpell.caseSensitive": false, "workbench.colorCustomizations": { "activityBar.activeBackground": "#2f7c47", "titleBar.inactiveForeground": "#e7e7e799", "activityBar.background": "#2f7c47", "activityBar.foreground": "#e7e7e7", "activityBar.inactiveForeground": "#e7e7e799", "activityBarBadge.background": "#422c74", "activityBarBadge.foreground": "#e7e7e7", "commandCenter.border": "#e7e7e799", "sash.hoverBorder": "#2f7c47", "statusBar.background": "#215732", "statusBar.foreground": "#e7e7e7", "statusBarItem.hoverBackground": "#2f7c47", "statusBarItem.remoteBackground": "#215732", "statusBarItem.remoteForeground": "#e7e7e7", "titleBar.activeBackground": "#215732", "titleBar.activeForeground": "#e7e7e7", "titleBar.inactiveBackground": "#21573299" }, "peacock.color": "#215732", "[groovy]": { "editor.defaultFormatter": "NicolasVuillamy.vscode-groovy-lint" } }