Webapp Testing Purpose Use this skill to verify, debug, and document behavior in local web applications. It supports functional QA, UI checks, screenshots, console inspection, server lifecycle management, and reproducing browser issues with Playwright. Workflow 1. Determine what must be verified: user flow, visual state, regression, console error, responsive layout, form behavior, or bug reproduction. 2. Start the application server, preferably through the bundled helper when a managed lifecycle is useful. 3. Always run bundled helper scripts with before using them. 4. Write focused native Py…