Skip to content

docs(report): document the report-rendering / visual-verification workflow#76

Merged
dadachi merged 1 commit into
mainfrom
docs/report-rendering-workflow
May 22, 2026
Merged

docs(report): document the report-rendering / visual-verification workflow#76
dadachi merged 1 commit into
mainfrom
docs/report-rendering-workflow

Conversation

@dadachi
Copy link
Copy Markdown
Contributor

@dadachi dadachi commented May 22, 2026

What

Adds section 10 to docs/validation-report.md documenting how to render and visually verify validation-report.html:

  • Path A — Playwright MCP (interactive, inside Claude Code): one-time local-scope claude mcp add playwright, restart the session so the browser_* tools load, then browser_navigate (file:// URL) → browser_take_screenshot. Flagged as a maintainer convenience — not part of the agent pipeline (Layer 2/3 device screenshots come from mobile-mcp, not Playwright).
  • Path B — Playwright CLI (headless, no MCP, CI-friendly): npx -y playwright@latest screenshot --full-page "file://…/validation-report.html" report.png — verified the screenshot subcommand exists; no project dependency added.
  • Zero-tooling path noted too: open out/<slug>/validation-report.html.

Also marks section 9 as shipped (#73 / #74 / #75).

Docs-only.

🤖 Generated with Claude Code

…kflow

Adds section 10 to docs/validation-report.md covering how to render and
visually verify validation-report.html:

- Path A — Playwright MCP (interactive, inside Claude Code): local-scope
  `claude mcp add playwright`, restart to load tools, then browser_navigate
  (file:// URL) + browser_take_screenshot. Note it's a maintainer
  convenience, not part of the pipeline (device shots use mobile-mcp).
- Path B — Playwright CLI (headless, no MCP, CI-friendly):
  `npx -y playwright@latest screenshot --full-page file://… report.png`,
  no project dependency added.

Also marks section 9 as shipped (#73/#74/#75).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@dadachi dadachi merged commit 63abfbc into main May 22, 2026
1 check passed
@dadachi dadachi deleted the docs/report-rendering-workflow branch May 22, 2026 10:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant