Files
gh-joel611-claude-plugins-p…/.claude-plugin/plugin.json
2025-11-30 08:28:25 +08:00

14 lines
419 B
JSON

{
"name": "playwright-e2e",
"description": "Comprehensive Playwright-based E2E testing plugin with test generation, Page Object Models, debugging, and maintenance capabilities. Follows best practices including data-testid locators and TypeScript-first approach.",
"version": "1.0.0",
"author": {
"name": "Claude Code Marketplace"
},
"skills": [
"./skills"
],
"commands": [
"./commands"
]
}