vishnurag666/OrangeHRM_Automation
A comprehensive test automation framework for the OrangeHRM application using Playwright with JavaScript and the Page Object Model pattern.
Platform-specific configuration:
{
"mcpServers": {
"OrangeHRM_Automation": {
"command": "npx",
"args": [
"-y",
"OrangeHRM_Automation"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
A comprehensive test automation framework for the OrangeHRM application using Playwright with JavaScript and the Page Object Model pattern.
This project provides automated testing for the OrangeHRM demo application, focusing on core functionality including login, logout, and user authentication workflows. The framework is built using Playwright for cross-browser testing with a Page Object Model design pattern for maintainability and scalability.
Application Under Test: OrangeHRM Demo
Personal Project/
โโโ .github/
โ โโโ workflows/
โ โโโ playwright.yml # CI/CD pipeline configuration
โโโ Fixtures/
โ โโโ dashboard.html # Mock dashboard for offline testing
โ โโโ login.html # Mock login page for offline testing
โ โโโ requestPasswordResetCode.html # Mock password reset pageLoading reviews...