Add full HWE lifecycle browser verification

This commit is contained in:
2026-07-25 13:52:21 +00:00
parent 46f9d8e916
commit 74b2db2420
8 changed files with 258 additions and 8 deletions
+1
View File
@@ -6,6 +6,7 @@
"scripts": {
"dev": "vite",
"test:e2e:operations": "VITE_APP_BASE_PATH=/gateway VITE_GATEWAY_API_URL=/gateway/api/trpc pnpm build && playwright test --config e2e/playwright.config.mjs",
"test:e2e:hwe-lifecycle": "playwright test --config e2e/hwe-lifecycle.playwright.config.mjs",
"build": "vue-tsc && vite build",
"preview": "vite preview",
"lint": "eslint .",