webapp-testing
Installation
SKILL.md
Webapp Testing
This is a toolkit for interacting with and testing local web applications using Playwright. It supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.
Key Helper Scripts
scripts/with_server.py- Manages server lifecycle (supports multiple servers)
⚠️ Always run scripts with --help first to see usage. DO NOT read the source until you try running the script first and find that a customized solution is absolutely necessary.