mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-09-22 17:36:59 +08:00
feat(wizard): start bot setup from scenarios
This commit is contained in:
@@ -190,7 +190,8 @@
|
||||
"sandbox-skill-authoring-e2e",
|
||||
"sandbox-skill-authoring-edit-existing-e2e",
|
||||
"skill-discovery-via-mcp-gateway",
|
||||
"webui-login-state"
|
||||
"webui-login-state",
|
||||
"wizard-scenario-routing"
|
||||
],
|
||||
"case_summaries": [
|
||||
{
|
||||
@@ -1647,6 +1648,31 @@
|
||||
"screenshot",
|
||||
"console"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "wizard-scenario-routing",
|
||||
"title": "Quick Start filters channels by the selected bot scenario",
|
||||
"mode": "agent-browser",
|
||||
"area": "wizard",
|
||||
"type": "feature",
|
||||
"priority": "p0",
|
||||
"risk": "medium",
|
||||
"ci_eligible": false,
|
||||
"tags": [
|
||||
"wizard",
|
||||
"eba",
|
||||
"event-routing",
|
||||
"productization"
|
||||
],
|
||||
"automation": "scripts/e2e/wizard-scenario-routing.mjs",
|
||||
"setup_automation": [],
|
||||
"setup_provides_env": [],
|
||||
"evidence_required": [
|
||||
"ui",
|
||||
"screenshot",
|
||||
"console",
|
||||
"api_diagnostic"
|
||||
]
|
||||
}
|
||||
],
|
||||
"suites": [
|
||||
|
||||
Reference in New Issue
Block a user