Short reference for AI-driven and automated HR end-to-end testing: two modes, workflow list, and where to find templates and commands.Documentation Index
Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt
Use this file to discover all available pages before exploring further.
Two Modes
| Mode | Purpose | Tool | When |
|---|---|---|---|
| Automated regression | Catch regressions, run in CI | Playwright *.spec.ts in tests/e2e/hr/ | Every PR; npm run test:e2e:hr |
| Interactive verification | Exploratory checks, debugging | cursor-ide-browser MCP | After implementing a feature or fixing a bug; optional before claiming “E2E done” |
HR Workflow List
Self-service:/hr/me, /hr/me/profile, /hr/me/onboarding, /hr/me/pay, /hr/my-performance
Admin: /hr/employees, /hr/employees/new, /hr/leave, /hr/leave/new, /hr/ats/candidates, /hr/performance (and sub-routes), /hr/employee-relations (incidents, disciplinary, grievances, investigations, my-cases), /hr/benefits/plans, /hr/benefits/enrollments, /hr/analytics
References
- Skill (when to use, auth, consistency): .cursor/skills/hr-e2e-browser-testing/SKILL.md
- Template for new HR E2E specs: specs/_templates/tests/E2E_HR_WORKFLOW_TEMPLATE.ts
- Commands:
run-e2e-hr(run Playwright HR suite),verify-hr-workflow-browser(interactive verification via browser MCP) - Auth and env: TESTING_SETUP_AND_RUN.md
- Testing completion rules: .cursor/rules/testing-completion.mdc