feat: harden runtime import and frontend verification workflows
This commit is contained in:
@@ -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/...`
|
||||
|
||||
Reference in New Issue
Block a user