chore: harden h5 launch evidence gate

This commit is contained in:
Codex
2026-07-01 01:15:29 +08:00
parent 26ab499a80
commit 7c0e55e419
9 changed files with 125 additions and 18 deletions

View File

@@ -124,6 +124,25 @@ const gateChecks = [
commandIncludes: 'build:taro:h5:platform',
summary: { failed: 0 },
},
{
id: 'taro.h5-static-smoke',
label: 'Taro H5 static startup smoke',
commandIncludes: 'smoke:taro:h5',
summary: {
fail: 0,
portals: 3,
tenantResolveRequests: 3,
},
},
{
id: 'taro.h5-release-guardrails',
label: 'Taro H5 release artifact guardrails',
commandIncludes: 'taro-h5-release-guardrails-test.js',
summary: {
fail: 0,
warn: 0,
},
},
{
id: 'audit.runtime',
label: 'Runtime dependency audit',