feat: harden runtime import and frontend verification workflows
Some checks failed
CI / Build & Test (push) Has been cancelled
CI / Lint (push) Has been cancelled
CI / Security Scan (push) Has been cancelled
CI / Docker Build (push) Has been cancelled
CI / Release (push) Has been cancelled

This commit is contained in:
phamnazage-jpg
2026-06-04 20:02:36 +08:00
parent 7ce72cbc35
commit 77b7f7f660
32 changed files with 2657 additions and 109 deletions

View File

@@ -20,6 +20,10 @@
- 例如:
- `real_host_acceptance.sh`
- `import_remote43_provider.sh`
- `verify_frontend_acceptance_matrix.sh`
- `verify_portal_catalog_ui.sh`
- `verify_public_portal_browser.sh`
- `verify_accounts_admin_ui.sh`
- `verify_provider_admin_actions.sh`
- `check_deepseek_completion_split.sh`
- `scripts/test/`
@@ -27,6 +31,7 @@
- 例如:
- `test_real_host_scripts.sh`
- `test_tksea_portal_assets.sh`
- `verify_frontend_smoke.sh`
- `verify_quality_gates.sh`
## 放置规则
@@ -40,9 +45,12 @@
```bash
bash ./scripts/test/test_real_host_scripts.sh
bash ./scripts/test/test_tksea_portal_assets.sh
bash ./scripts/test/verify_frontend_smoke.sh
bash ./scripts/test/verify_quality_gates.sh
scripts/deploy/build_local_image.sh
bash ./scripts/acceptance/real_host_acceptance.sh
bash ./scripts/acceptance/verify_frontend_acceptance_matrix.sh
bash ./scripts/acceptance/verify_public_portal_browser.sh
bash ./scripts/acceptance/verify_provider_admin_actions.sh
```
@@ -51,6 +59,8 @@ bash ./scripts/acceptance/verify_provider_admin_actions.sh
`scripts/test/verify_quality_gates.sh` 是当前推荐的一键测试入口,职责是:
- 统一执行:
- `bash ./scripts/test/test_tksea_portal_assets.sh`
- `bash ./scripts/test/verify_frontend_smoke.sh`
- `gofmt -l .`
- `go vet ./...`
- `go test -cover ./internal/...`