Domains
Forms
- SKILL.md20.0%
- scripts20.0%
- other60.0%
Domains
Forms
Mechanism
Breaks down how the skill works and what it produces, so you can quickly judge whether it fits your scenario and value.
When you need to test or debug a local web application's frontend, capture UI screenshots, or view browser console logs.
scripts/with_server.py as a black-box helper for server lifecycleVerified frontend functionality, debugged UI behavior, captured screenshots and browser logs for local web apps.
Use Cases
A developer builds a React frontend with `npm run dev` and wants to verify the UI works. They use webapp-testing with `with_server.py` to start the server and run a Playwright script that waits for networkidle, checks buttons, and captures a screenshot. This catches UI bugs early without manual clicking.
A team debugs a dynamic webapp where a button does nothing. Using the skill, they navigate, wait for networkidle, take a screenshot, inspect DOM, and capture console logs via Playwright. The logs reveal a JS error, letting them fix the handler quickly and confirm with a re-run.
Skill Relationships
Dependency relationships read as "the upper tier points to the lower tier." The current Skill sits in the middle tier — above are Skills that depend on it, below are Skills it depends on.
Tier 1 · These Skills Use Me
Tier 2 · Current Skill
Tier 3 · I Use These Skills
Browse this skill's relationships within its skillset. Click a node to switch the side panel; use the search box to jump to any skill.
Skill File