Files
memind/scenarios/john2-suzhou-page.json
john 7f8d692d16 fix(agent): recover stale runs and improve new-user OA delivery
Fix DEV logout cookie clearing, materialize selected MindSpace OA assets before agent runs, and recover zombie runs from synced workspace pages. Add client run wait timeout, harness retry limits, page-edit asset forwarding, and logout/john2 scenario tests.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-10 20:05:52 +08:00

27 lines
812 B
JSON

{
"id": "john2-suzhou-page",
"name": "john2 苏州攻略新页",
"description": "新用户 john2 → 强制生成全新苏州 1 日攻略 HTML → 验证 run 成功与页面可访问",
"account": {
"username": "john2",
"password": "888888"
},
"steps": [
{
"action": "chat",
"label": "john2 登录并请求全新苏州页面",
"message": "请帮我做一个全新的苏州一日游攻略页面,保存为 public/suzhou-e2e-test.html,不要修改或复用已有页面,做完直接给我链接。",
"expect": {
"assistantMinChars": 20,
"timeoutMs": 600000,
"replyKeywords": ["苏州"],
"page": {
"keywords": ["苏州"],
"requirePublicLink": true,
"requireHttp200": true
}
}
}
]
}