Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:28:25 +08:00
commit bc292955bb
23 changed files with 5385 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"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"
]
}