Files
memind/scenarios/long-content-rich-page.json
T
john b1577a16e9
Memind CI / Test, build, and release guards (push) Failing after 12m3s
fix: harden release gate and page delivery
2026-07-26 14:32:01 +08:00

28 lines
996 B
JSON

{
"id": "long-content-rich-page",
"name": "长内容移动端页面交付",
"description": "验证结构化长内容能够生成完整、可访问、适配移动端的公开页面",
"account": {
"username": "john2",
"password": "888888"
},
"steps": [
{
"action": "chat",
"label": "生成结构化长内容页面",
"message": "请创建一个全新的移动端友好页面,保存为 public/long-content-rich-e2e.html。主题是苏州两日深度游,必须包含行程、交通、住宿、美食、预算、注意事项六个清晰章节,并直接返回公开链接。不要修改已有页面。",
"expect": {
"assistantMinChars": 40,
"timeoutMs": 600000,
"replyKeywords": ["苏州", "行程", "预算"],
"page": {
"keywords": ["苏州", "行程", "预算"],
"requirePublicLink": true,
"requireHttp200": true,
"requireMindspaceCover": false
}
}
}
]
}