- Add PL24 Ford legacy service for fordt_parts architecture - Refactor EMEX to use persistent browser pool instead of per-call instances - Make vehicle decode resilient: fallback to PL24 when Corgi doesn't recognize VIN - Add collapsible sidebar with persistent user preference - Improve brand access guard and categories service - Add debug/test scripts for VIN e2e testing Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
27 lines
652 B
JSON
27 lines
652 B
JSON
{
|
|
"name": "playwright-skill",
|
|
"version": "4.1.0",
|
|
"description": "General-purpose browser automation with Playwright for Claude Code with auto-detection and smart test management",
|
|
"author": "lackeyjb",
|
|
"main": "run.js",
|
|
"scripts": {
|
|
"setup": "npm install && npx playwright install chromium",
|
|
"install-all-browsers": "npx playwright install chromium firefox webkit"
|
|
},
|
|
"keywords": [
|
|
"playwright",
|
|
"automation",
|
|
"browser-testing",
|
|
"web-automation",
|
|
"claude-skill",
|
|
"general-purpose"
|
|
],
|
|
"dependencies": {
|
|
"playwright": "^1.57.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
},
|
|
"license": "MIT"
|
|
}
|