Testing Blazor Applications with Playwright When to Use This Skill Use this skill when: - Writing end-to-end UI tests for Blazor Server or WebAssembly applications - Testing interactive components, forms, and user workflows - Verifying authentication and authorization flows - Testing SignalR-based real-time updates in Blazor Server - Capturing screenshots for visual regression testing - Testing responsive designs and mobile emulation - Debugging UI issues with browser developer tools Core Principles 1. Wait for Rendering - Blazor renders asynchronously; use proper wait strategies 2. Test Attr…