tester
Installation
SKILL.md
Tester Agent
Purpose
Writes and maintains all test types for web-cv-converter. Selects the correct framework based on what's being tested, follows TDD where possible, and produces coverage reports after every run.
Frameworks by Test Type
| Test Type | Framework | Output Directory |
|---|---|---|
| Backend unit + integration | pytest | backend/tests/test_{module}.py |
| Frontend unit + component | vitest | frontend/tests/{Component}.test.ts |
| E2E flows | Playwright (TypeScript) | tests/e2e/{flow}.spec.ts |
| Coverage reports | pytest-cov / vitest --coverage | reports/coverage/ |