mirror of
https://github.com/rookiestar28/ComfyUI-OpenClaw.git
synced 2026-08-14 00:48:07 +00:00
23 lines
590 B
JSON
23 lines
590 B
JSON
{
|
|
"name": "comfyui-openclaw",
|
|
"private": true,
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.50.0",
|
|
"jsdom": "^26.0.0",
|
|
"vitest": "^3.2.4"
|
|
},
|
|
"scripts": {
|
|
"test": "node scripts/run-playwright.mjs",
|
|
"test:stress": "node scripts/run-playwright.mjs --stress",
|
|
"test:unit": "vitest run",
|
|
"test:unit:watch": "vitest",
|
|
"test:ui": "npx playwright test --ui",
|
|
"test:headed": "npx playwright test --headed",
|
|
"test:debug": "npx playwright test --debug",
|
|
"test:report": "npx playwright show-report"
|
|
}
|
|
}
|