qa/templates/qa-report-template.md
| Field | Value |
|---|---|
| Date | {DATE} |
| URL | {URL} |
| Branch | {BRANCH} |
| Commit | {COMMIT_SHA} ({COMMIT_DATE}) |
| PR | {PR_NUMBER} ({PR_URL}) or "—" |
| Tier | Quick / Standard / Exhaustive |
| Scope | {SCOPE or "Full app"} |
| Duration | {DURATION} |
| Pages visited | {COUNT} |
| Screenshots | {COUNT} |
| Framework | {DETECTED or "Unknown"} |
| Index | All QA runs |
| Category | Score |
|---|---|
| Console | {0-100} |
| Links | {0-100} |
| Visual | {0-100} |
| Functional | {0-100} |
| UX | {0-100} |
| Performance | {0-100} |
| Accessibility | {0-100} |
| Error | Count | First seen |
|---|---|---|
| {error message} | {N} | {URL} |
| Severity | Count |
|---|---|
| Critical | 0 |
| High | 0 |
| Medium | 0 |
| Low | 0 |
| Total | 0 |
| Field | Value |
|---|---|
| Severity | critical / high / medium / low |
| Category | visual / functional / ux / content / performance / console / accessibility |
| URL | {page URL} |
Description: {What is wrong, expected vs actual.}
Repro Steps:
| Issue | Fix Status | Commit | Files Changed |
|---|---|---|---|
| ISSUE-NNN | verified / best-effort / reverted / deferred | {SHA} | {files} |
Before: After:
| Issue | Test File | Status | Description |
|---|---|---|---|
| ISSUE-NNN | path/to/test | committed / deferred / skipped | description |
Precondition: {setup state that triggers the bug} Action: {what the user does} Expected: {correct behavior} Why deferred: {reason}
| Metric | Value |
|---|---|
| Health score | {before} → {after} ({delta}) |
| Issues found | N |
| Fixes applied | N (verified: X, best-effort: Y, reverted: Z) |
| Deferred | N |
PR Summary: "QA found N issues, fixed M, health score X → Y."
| Metric | Baseline | Current | Delta |
|---|---|---|---|
| Health score | {N} | {N} | {+/-N} |
| Issues | {N} | {N} | {+/-N} |
Fixed since baseline: {list} New since baseline: {list}