webapp-testing
Automate web application testing using Python and Playwright with built-in server management and DOM inspection.
Install
npx skills add https://github.com/anthropics/skills --skill webapp-testingStats
| Total installs | 34,775 |
| Weekly installs | 34.6K |
| GitHub stars | 104.6K |
| First seen | Jan 19, 2026 |
| Source | @anthropics/skills |
Summary
- Includes with_server.py helper to automatically start and manage single or multiple servers before running automation scripts
- Supports reconnaissance-then-action workflow: screenshot/inspect rendered DOM, identify selectors, then execute actions with discovered selectors
- Emphasizes waiting for networkidle on dynamic apps before DOM inspection to avoid timing issues
- Provides example scripts covering element discovery, static HTML automation, and console log capture
Tags
Related skills
| Skill | Installs | vs webapp-testing |
|---|---|---|
| testing-strategies | 11,232 | -23,543 |
| using-git-worktrees | 25,826 | -8,949 |
| form-cro | 25,160 | -9,615 |
| backend-testing | 11,809 | -22,966 |
| paywall-upgrade-cro | 24,300 | -10,475 |
FAQ
- How many installs does webapp-testing have?
- webapp-testing has 34,775 total installs and 34.6K installs this week.
- Where is webapp-testing hosted?
- webapp-testing is published by @anthropics/skills at https://github.com/anthropics/skills.
- How many GitHub stars does webapp-testing have?
- webapp-testing has 104.6K GitHub stars.
- When was webapp-testing first indexed?
- OrangeBot.AI first indexed webapp-testing on Jan 19, 2026.
- How do I install webapp-testing?
- Run: npx skills add https://github.com/anthropics/skills --skill webapp-testing