一键导入
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.