Add links to Playwright MCP repo in READMEs

This commit is contained in:
Patrick Ellis
2025-08-19 11:04:03 -07:00
parent 1dcc4176c0
commit f87594c2a4
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ This workflow establishes a comprehensive methodology for automated design revie
**Core Methodology:**
- **Automated Design Reviews**: Trigger comprehensive design assessments either automatically on PRs or on-demand via slash commands
- **Live Environment Testing**: Uses Playwright MCP server integration to interact with and test actual UI components in real-time, not just static code analysis
- **Live Environment Testing**: Uses [Playwright MCP](https://github.com/microsoft/playwright-mcp) server integration to interact with and test actual UI components in real-time, not just static code analysis
- **Standards-Based Evaluation**: Follows rigorous design principles inspired by top-tier companies (Stripe, Airbnb, Linear), covering visual hierarchy, accessibility (WCAG AA+), responsive design, and interaction patterns
**Implementation Features:**