بنقرة واحدة
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.