Spaces:
Sleeping
Sleeping
File size: 561 Bytes
7f9dfed | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | {
"name": "openbmb-local-ai-workbench-e2e",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"e2e": "npm run e2e:workbench && npm run e2e:plant",
"e2e:workbench": "playwright test --config playwright.config.ts",
"e2e:plant": "powershell -ExecutionPolicy Bypass -File scripts/run_plant_e2e.ps1",
"e2e:headed": "playwright test --headed",
"e2e:record": "playwright codegen http://127.0.0.1:7860",
"e2e:install": "playwright install chromium"
},
"devDependencies": {
"@playwright/test": "^1.53.0"
}
}
|