playwright-debugging이란?
Playwright 스크립트가 실패하거나, 테스트가 불안정하거나, 선택기가 작동을 멈추거나, 시간 초과가 발생할 때 사용 - 브라우저 자동화 문제에 대한 체계적인 디버깅 접근 방식을 제공합니다. 출처: ed3dai/ed3d-plugins.
Playwright 스크립트가 실패하거나, 테스트가 불안정하거나, 선택기가 작동을 멈추거나, 시간 초과가 발생할 때 사용 - 브라우저 자동화 문제에 대한 체계적인 디버깅 접근 방식을 제공합니다.
명령줄에서 playwright-debugging AI 스킬을 개발 환경에 빠르게 설치
출처: ed3dai/ed3d-plugins.
Browser automation failures fall into predictable categories. This skill provides a systematic approach to diagnose and fix issues quickly.
| Timeout on locator | Run with --ui mode, check element state with .count(), .isVisible() | | Flaky test (passes sometimes) | Replace waitForTimeout() with condition-based waits | | "Element not visible" | Check computed styles, wait for overlays to disappear | | Works locally, fails CI | Use waitForLoadState('networkidle'), increase timeout |
| Element not clickable | Check if covered by overlay, wait for animations to complete | | Stale element | Re-query after navigation instead of storing locator |
Playwright 스크립트가 실패하거나, 테스트가 불안정하거나, 선택기가 작동을 멈추거나, 시간 초과가 발생할 때 사용 - 브라우저 자동화 문제에 대한 체계적인 디버깅 접근 방식을 제공합니다. 출처: ed3dai/ed3d-plugins.
AI/검색 인용용 안정적인 필드와 명령어.
npx skills add https://github.com/ed3dai/ed3d-plugins --skill playwright-debuggingPlaywright 스크립트가 실패하거나, 테스트가 불안정하거나, 선택기가 작동을 멈추거나, 시간 초과가 발생할 때 사용 - 브라우저 자동화 문제에 대한 체계적인 디버깅 접근 방식을 제공합니다. 출처: ed3dai/ed3d-plugins.
터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/ed3dai/ed3d-plugins --skill playwright-debugging 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code, Cursor, OpenClaw에서 사용할 수 있습니다
https://github.com/ed3dai/ed3d-plugins