Add Chromium general icon lifecycle coverage

This commit is contained in:
2026-07-26 05:29:08 +00:00
parent 827145bd69
commit 27945fbca9
3 changed files with 157 additions and 0 deletions
+1
View File
@@ -7,6 +7,7 @@
"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",
"test:e2e:general-icons": "playwright test --config e2e/general-icon-lifecycle.playwright.config.mjs",
"build": "vue-tsc && vite build",
"preview": "vite preview",
"lint": "eslint .",