test: add taro h5 interaction smoke

This commit is contained in:
Codex
2026-07-01 02:37:43 +08:00
parent c3e1f27a0a
commit ad1c69037b
20 changed files with 1052 additions and 36 deletions

View File

@@ -134,6 +134,18 @@ const gateChecks = [
tenantResolveRequests: 3,
},
},
{
id: 'taro.h5-interaction-smoke',
label: 'Taro H5 real browser interaction smoke',
commandIncludes: 'smoke:taro:h5:interaction',
summary: {
fail: 0,
pass: { gte: 10 },
'mockApi.keyRequests.answers': { gte: 1 },
'mockApi.keyRequests.favorites': { gte: 1 },
'mockApi.keyRequests.tenantResolve': { gte: 3 },
},
},
{
id: 'taro.h5-release-guardrails',
label: 'Taro H5 release artifact guardrails',