Skip to content

Web App Testing

🧪 Testing ⭐ Featured

Test local web applications using Playwright. Official Anthropic skill for end-to-end browser automation and test generation.

Tags

Compatible Platforms

📦 Quick Install

Claude Code example
mkdir -p .claude/skills
git clone https://github.com/anthropics/skills \
  .claude/skills/webapp-testing

Replace .claude/skills/ with your platform's skills directory. View all install options →

webapp-testing/SKILL.md — frontmatter preview

---
name: Web App Testing
description: Test local web applications using Playwright. Official Anthropic skill for end-t…
authors: [anthropics]
tags: [playwright, testing, e2e, browser, automation]
platforms: [claude-code, github-copilot, cursor, gemini-cli, windsurf, codex, opencode]
---
🐙 View on GitHub ➕ Submit a Skill

Related Agent Skills

Jest Testing Patterns

Enforces comprehensive unit testing patterns with Jest, focusing on mocking strategies and high test coverage.