Back to Agent Skills
Development & Testing
Webapp Testing
by Anthropic 161k GitHub stars
Test web applications end to end via Playwright automation, driving real browser flows to verify behavior.
#testing#playwright#e2e#official
Claude Code Codex
Overview
Webapp Testing is Anthropic's official skill for exercising web applications through Playwright browser automation. It drives real user flows to confirm that features behave correctly rather than relying on unit tests alone.
What it is good for
- End-to-end testing a web app
- Verifying a critical user flow
- Automated regression checks in-browser
- Reproducing a UI bug reliably
Install
Install in Claude Code
# Add the marketplace, then install the skill in Claude Code:
/plugin marketplace add anthropics/skills
/plugin install webapp-testing
# Or install manually into ~/.claude/skills:
git clone https://github.com/anthropics/skills.git
cp -r skills/webapp-testing ~/.claude/skills/webapp-testing Explore AI Tools
Discover the best AI tools that complement your skills
Read AI & Design Articles
Tips and trends in the world of design and AI
Related Skills
Development & Testing
MCP Builder
Guide the creation of Model Context Protocol servers to connect APIs and tools to AI agents.
Claude Code Codex
Development & Testing Superpowers
A core skills library of 20+ battle-tested, composable tools and workflows for everyday agent development tasks.
Claude Code Codex
Development & Testing Vercel React Best Practices
React and Next.js performance guidelines from Vercel Engineering — data fetching, bundle optimization, and rendering patterns.
Claude Code Codex