Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:39:20 +08:00
commit b92d349a51
9 changed files with 1101 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
{
"name": "ui-tests",
"version": "1.0.0",
"description": "Web testing and browser automation with Playwright for Claude Code",
"author": "Claude Craftkit",
"main": "run.js",
"scripts": {
"setup": "npm install && npx playwright install chromium",
"install-all-browsers": "npx playwright install chromium firefox webkit"
},
"keywords": [
"ui-tests",
"playwright",
"automation",
"browser-testing",
"web-automation",
"claude-skill"
],
"dependencies": {
"playwright": "^1.56.1"
},
"engines": {
"node": ">=14.0.0"
},
"license": "MIT"
}