This skill enables comprehensive browser-based testing and debugging for web applications using Playwright MCP. It provides live browser interaction, UI validation, screenshot capture, console log inspection, and accessibility verification to ensure your web application behaves as expected.
Activation: This skill is triggered when you need to interact with a browser, validate UI elements, capture screenshots, or debug web application issues.
| browsernavigate | Go to a URL | "Navigate to http://localhost:3000/login" | | browserclick | Click elements | "Click the Submit button" | | browserfillform | Fill input fields | "Fill the email field with test@example.com" | | browserhover | Hover over elements | "Hover over the dropdown menu" | | browserpresskey | Keyboard input | "Press Enter" |
웹 애플리케이션 테스트를 위해 Playwright MCP를 사용하는 브라우저 자동화 툴킷입니다. 페이지 탐색, 요소 클릭, 양식 채우기, 스크린샷 찍기, UI 구성요소 확인, 콘솔 로그 확인, 프런트엔드 문제 디버그 또는 반응형 디자인 검증 등의 요청이 있을 때 사용합니다. 실시간 브라우저 상호 작용 및 접근성 스냅샷을 지원합니다. 출처: fugazi/test-automation-skills-agents.