원클릭으로
visual-verification
// Visually verify an implemented use case using Playwright MCP. Use after implementing UI changes.
// Visually verify an implemented use case using Playwright MCP. Use after implementing UI changes.
Implement a use case from the spec/ folder. Use when asked to implement, build, or work on a use case.
Define a new use case by interviewing the user, then write a filled-in `spec/use-cases/use-case-NNN-short-name.md`. Use when the user wants to add, draft, or specify a new feature/use case.
Write and run tests for a use case. Use when writing tests for an implemented use case.
| name | visual-verification |
| description | Visually verify an implemented use case using Playwright MCP. Use after implementing UI changes. |
Use Playwright MCP to visually validate the implemented use case.
Unless the use case specifies a particular resolution, use 1920x1080 as the browser resolution.
All the steps listed here must be done and all details are important. The goal is to be thorough instead of quick.
The most important part is to verify what the user sees, i.e. a screenshot. DOM, CSS rules etc can be used as helpers but the screenshot is what really matters.
var(--vaadin-background-color) may resolve differently depending on the inherited color scheme