test: add rendered gui smoke harness

This commit is contained in:
2026-06-04 18:59:07 +08:00
parent 20e605bab7
commit 767c03ba8c
5 changed files with 742 additions and 1 deletions
+3
View File
@@ -317,6 +317,9 @@ verstak/
# GUI smoke check перед коммитом
./scripts/check-gui.sh
# Только rendered smoke фронтенда с Wails-mock
cd frontend && npm run smoke:gui
# Dev-режим GUI
cd frontend && npm run dev
```