forked from wangziqi/gongxue-base
test: add taro h5 interaction smoke
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user