Skip to main content

Tester Agent

  • File: .github/agents/Tester.agent.md
  • Role: Responsible for ensuring the reliability and quality of the codebase via browser automation.
  • Capabilities:
    • Test Creation: Writes UI and E2E tests using the Playwright framework with TypeScript, placing results in the tests/ directory.
    • Local & CI Execution: Runs tests locally or automatically dispatches the playwright.yml workflow via GitHub Actions (gh workflow run).
    • Debugging: Scans failed test-results.json run outputs and corrects DOM selectors and timeouts.