Run visual regression tests
/plugin marketplace add IvanTorresEdge/molcajete.ai/plugin install ivantorresedge-react-tech-stacks-js-react@IvanTorresEdge/molcajete.aihaiku# Run Visual Regression Tests Run visual regression tests to catch unintended UI changes. Execute the following workflow: 1. Run visual regression tests with Playwright: 2. Update snapshots when intentional changes are made: 3. Run visual tests for specific component: ## Visual Test Structure ## Configuration Add to `playwright.config.ts`: ## Snapshot Storage Snapshots are stored in: ## Best Practices 1. **Stable selectors** - Use data-testid for visual test targets 2. **Wait for animations** - Ensure animations complete before screenshot 3. **Consistent state**...