Files
alchemist/web-e2e/package.json
bybrooklyn 095b648757 Release v0.2.9: runtime reliability and admin UX refresh
- ship runtime reliability, watcher/scanner hardening, and hardware hot reload

- refresh admin/settings UX and add Playwright reliability coverage

- standardize frontend workflow on Bun and update deploy/docs
2026-03-05 22:22:06 -05:00

17 lines
483 B
JSON

{
"name": "alchemist-web-e2e",
"version": "0.1.0",
"private": true,
"packageManager": "bun@1",
"type": "module",
"scripts": {
"test": "playwright test",
"test:headed": "playwright test --headed",
"test:ui": "playwright test --ui",
"test:reliability": "playwright test tests/settings-nonok.spec.ts tests/setup-recovery.spec.ts tests/stats-poller.spec.ts tests/jobs-actions-nonok.spec.ts"
},
"devDependencies": {
"@playwright/test": "^1.54.2"
}
}