Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"precondition_wait_timeout": 60,
"precondition_retry_interval": 2
},
"total_steps": 13,
"total_steps": 19,
"created_at": "2026-06-05T07:17:53.766103",
"name": "group: debug_in_teams_local",
"description": {
Expand All @@ -27,6 +27,12 @@
"step_abda900e",
"step_a527f679",
"step_7f03643c",
"step_relaunch_close_browser",
"step_relaunch_open_palette",
"step_relaunch_type_debug",
"step_relaunch_select_debug",
"step_relaunch_type_teams",
"step_relaunch_start_teams",
"step_afa29596",
"step_31620d1e",
"step_7f090e7d",
Expand Down Expand Up @@ -247,6 +253,132 @@
"created_at": "2026-06-05T09:07:45.979439",
"plan_id": "plan_r_0930_083113"
},
{
"step_id": "step_relaunch_close_browser",
"agent": "interaction",
"tool": "click",
"parameters": {
"button": "left",
"x": 1004,
"y": 19
},
"description": "Close the Teams browser window after authentication returns to the generic Chat page so Visual Studio Code can relaunch the app-specific debug URL.",
"content_refs": [],
"timeout": 30,
"retry_count": 0,
"continue_on_error": "false",
"depends_on": [],
"preconditions": [],
"postconditions": [],
"tags": [
"delay:2"
],
"screenshot": "",
"created_at": "2026-09-09T02:26:35.702000",
"plan_id": "plan_r_0930_083113"
},
{
"step_id": "step_relaunch_open_palette",
"agent": "interaction",
"tool": "key_press",
"parameters": {
"key": "f1"
},
"description": "Press F1 in Visual Studio Code to reopen the Command Palette after Teams authentication completes.",
"content_refs": [],
"timeout": 30,
"retry_count": 0,
"continue_on_error": "false",
"depends_on": [],
"preconditions": [],
"postconditions": [],
"tags": [],
"screenshot": "",
"created_at": "2026-09-09T02:26:35.702000",
"plan_id": "plan_r_0930_083113"
},
{
"step_id": "step_relaunch_type_debug",
"agent": "interaction",
"tool": "type_text",
"parameters": {
"text": "Debug: Select and Start Debugging"
},
"description": "Type 'Debug: Select and Start Debugging' into the Visual Studio Code Command Palette.",
"content_refs": [],
"timeout": 30,
"retry_count": 0,
"continue_on_error": "false",
"depends_on": [],
"preconditions": [],
"postconditions": [],
"tags": [],
"screenshot": "",
"created_at": "2026-09-09T02:26:35.702000",
"plan_id": "plan_r_0930_083113"
},
{
"step_id": "step_relaunch_select_debug",
"agent": "interaction",
"tool": "key_press",
"parameters": {
"key": "enter"
},
"description": "Press Enter to select the 'Debug: Select and Start Debugging' command.",
"content_refs": [],
"timeout": 30,
"retry_count": 0,
"continue_on_error": "false",
"depends_on": [],
"preconditions": [],
"postconditions": [],
"tags": [],
"screenshot": "",
"created_at": "2026-09-09T02:26:35.702000",
"plan_id": "plan_r_0930_083113"
},
{
"step_id": "step_relaunch_type_teams",
"agent": "interaction",
"tool": "type_text",
"parameters": {
"text": "Debug in Teams (Chrome)"
},
"description": "Type 'Debug in Teams (Chrome)' into the launch configuration picker.",
"content_refs": [],
"timeout": 30,
"retry_count": 0,
"continue_on_error": "false",
"depends_on": [],
"preconditions": [],
"postconditions": [],
"tags": [],
"screenshot": "",
"created_at": "2026-09-09T02:26:35.702000",
"plan_id": "plan_r_0930_083113"
},
{
"step_id": "step_relaunch_start_teams",
"agent": "interaction",
"tool": "key_press",
"parameters": {
"key": "enter"
},
"description": "Press Enter to relaunch the authenticated Teams app details URL using 'Debug in Teams (Chrome)'.",
"content_refs": [],
"timeout": 30,
"retry_count": 0,
"continue_on_error": "false",
"depends_on": [],
"preconditions": [],
"postconditions": [],
"tags": [
"delay:5"
],
"screenshot": "",
"created_at": "2026-09-09T02:26:35.702000",
"plan_id": "plan_r_0930_083113"
},
{
"step_id": "step_afa29596",
"agent": "assertion",
Expand Down

Large diffs are not rendered by default.

Loading