# Webapp Testing

> Test local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing screenshots, and viewing browser logs.

- Skill: `varunk130/webapp-testing` (Agent Skill)
- Install (CLI): `npx skillmds@latest add varunk130/webapp-testing`
- Raw SKILL.md: https://api.skillmd.com/api/skills/varunk130/webapp-testing/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Web & Frontend
- Author: varunk130 (https://skillmd.com/u/varunk130)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/varunk130/webapp-testing

---


# Web Application Testing

Native Python Playwright scripts. Helper: with_server.py manages server lifecycle (supports multiple servers). Pattern: reconnaissance-then-action (navigate, wait for networkidle, screenshot/inspect DOM, then execute actions).

