Skip to main content

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.

Short reference for AI-driven and automated HR end-to-end testing: two modes, workflow list, and where to find templates and commands.

Two Modes

ModePurposeToolWhen
Automated regressionCatch regressions, run in CIPlaywright *.spec.ts in tests/e2e/hr/Every PR; npm run test:e2e:hr
Interactive verificationExploratory checks, debuggingcursor-ide-browser MCPAfter implementing a feature or fixing a bug; optional before claiming “E2E done”
Playwright specs are the source of truth. AI may additionally use the browser MCP to verify a flow manually (dev server on 8080).

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