AI AGENT ADDONS
Testing & QA
3,366installs

Testing your web application locally helps catch bugs early. This toolkit uses Playwright to automate browser actions. You can check UI functionality, take screenshots, and view browser logs.

It works with both static HTML and dynamic web apps. For dynamic apps, a helper script manages the server lifecycle. You can run multiple servers at once like a backend and frontend.

Use the reconnaissance-then-action pattern. First inspect the rendered DOM, then identify selectors, and finally execute actions. Remember to wait for the page to fully load before inspecting.

Add Webapp Testing skill to your workflow

Global

mkdir -p ~/.claude/skills/webapp-testing

Project

mkdir -p .claude/skills/webapp-testing

Source Repository

Stars
66,210
Forks
7,359
Watchers
66,210
Last Push
2 months ago
Created
9 months ago