원클릭으로
webapp-testing
Toolkit for interacting with and testing local web applications using Playwright.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Toolkit for interacting with and testing local web applications using Playwright.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Core coding skill for the FORGE builder agent
Planning skill for the FORGE builder agent
Evaluation criteria for the SENTINEL reviewer agent
Review skill for the SENTINEL reviewer agent
Create generative, code-based art and visualizations using P5.JS and algorithmic principles.
Visual philosophy and design principles for creating impactful visual content.
| name | webapp-testing |
| description | Toolkit for interacting with and testing local web applications using Playwright. |
Use this skill to verify frontend functionality, debug UI behavior, and capture browser state for evaluation or deployment verification.
Reconnaissance:
networkidle state to ensure JS execution is complete.Identification:
text=, role=, CSS, or IDs).page.locator() and all() to discover interactive elements.Execution:
When working with local servers, ensure the server is running correctly before beginning reconnaissance. If managing server lifecycles, wait for port availability.
playwright.sync_api for cleaner script integration where applicable.wait_for_selector or specific network idle states instead of arbitrary timeouts.