Back to Directory
claude-codetesting
Web Application Tester
Skill for planning and executing comprehensive web application tests.
Author
Added
2025-12-06
Installationmanual
1. Clone: git clone https://github.com/anthropics/skills
2. Copy testing skill:
cp -r skills/webapp-testing ~/.claude/skills/
3. Install dependencies:
cd ~/.claude/skills/webapp-testing && npm install
4. Restart Claude Desktop
5. Use with: "Create Playwright tests for..." or "Generate a test plan for..."
GitHub: https://github.com/anthropics/skills
About this Agent
Skill for planning and executing comprehensive web application tests.
A quality assurance skill designed for modern web apps.
Helps Claude to:
- Create test plans based on user stories
- Write automated test scripts (Playwright/Selenium)
- Analyze HTML structure for selectors
- Identify potential accessibility issues
- Suggest edge cases for testing
Combine with the Puppeteer MCP plugin for a complete testing workflow.
Tags
#Testing#Web#QA#Automation