mirror of
https://github.com/bybrooklyn/alchemist.git
synced 2026-04-18 09:53:33 -04:00
- 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
17 lines
483 B
JSON
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"
|
|
}
|
|
}
|