Skip to content

Commit dc76746

Browse files
abrichrclaude
andcommitted
test: Add test episodes JSON data file
Add test episodes data file for testing episode timeline and viewer functionality. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 0f84532 commit dc76746

1 file changed

Lines changed: 103 additions & 0 deletions

File tree

test_episodes.json

Lines changed: 103 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,103 @@
1+
{
2+
"recording_id": "turn-off-nightshift",
3+
"recording_name": "Turn Off Night Shift Demo",
4+
"episodes": [
5+
{
6+
"episode_id": "episode_001",
7+
"name": "Navigate to System Settings",
8+
"description": "User opens System Settings application from the dock and navigates to the Displays section.",
9+
"application": "macOS System Settings",
10+
"start_time": 0.0,
11+
"end_time": 3.5,
12+
"start_time_formatted": "00:00.0",
13+
"end_time_formatted": "00:03.5",
14+
"duration": 3.5,
15+
"recording_ids": ["turn-off-nightshift"],
16+
"frame_indices": [0, 1, 2, 3, 4],
17+
"steps": [
18+
"Click System Settings icon in dock",
19+
"Wait for Settings window to open",
20+
"Click on Displays in sidebar"
21+
],
22+
"boundary_confidence": 0.92,
23+
"coherence_score": 0.88,
24+
"screenshots": {
25+
"thumbnail": "../openadapt-capture/turn-off-nightshift/screenshots/capture_31807990_step_0.png",
26+
"key_frames": [
27+
{
28+
"frame_index": 0,
29+
"step_index": 0,
30+
"path": "../openadapt-capture/turn-off-nightshift/screenshots/capture_31807990_step_0.png",
31+
"action": "Click System Settings icon in dock"
32+
},
33+
{
34+
"frame_index": 2,
35+
"step_index": 1,
36+
"path": "../openadapt-capture/turn-off-nightshift/screenshots/capture_31807990_step_2.png",
37+
"action": "Wait for Settings window to open"
38+
},
39+
{
40+
"frame_index": 4,
41+
"step_index": 2,
42+
"path": "../openadapt-capture/turn-off-nightshift/screenshots/capture_31807990_step_4.png",
43+
"action": "Click on Displays in sidebar"
44+
}
45+
]
46+
}
47+
},
48+
{
49+
"episode_id": "episode_002",
50+
"name": "Disable Night Shift",
51+
"description": "User scrolls down to find Night Shift settings and toggles it off.",
52+
"application": "macOS System Settings",
53+
"start_time": 3.5,
54+
"end_time": 6.7,
55+
"start_time_formatted": "00:03.5",
56+
"end_time_formatted": "00:06.7",
57+
"duration": 3.2,
58+
"recording_ids": ["turn-off-nightshift"],
59+
"frame_indices": [4, 5, 6, 7, 8],
60+
"steps": [
61+
"Scroll down in Displays settings",
62+
"Click on Night Shift option",
63+
"Toggle Night Shift switch to off position"
64+
],
65+
"boundary_confidence": 0.95,
66+
"coherence_score": 0.91,
67+
"screenshots": {
68+
"thumbnail": "../openadapt-capture/turn-off-nightshift/screenshots/capture_31807990_step_4.png",
69+
"key_frames": [
70+
{
71+
"frame_index": 4,
72+
"step_index": 0,
73+
"path": "../openadapt-capture/turn-off-nightshift/screenshots/capture_31807990_step_4.png",
74+
"action": "Scroll down in Displays settings"
75+
},
76+
{
77+
"frame_index": 6,
78+
"step_index": 1,
79+
"path": "../openadapt-capture/turn-off-nightshift/screenshots/capture_31807990_step_6.png",
80+
"action": "Click on Night Shift option"
81+
},
82+
{
83+
"frame_index": 8,
84+
"step_index": 2,
85+
"path": "../openadapt-capture/turn-off-nightshift/screenshots/capture_31807990_step_8.png",
86+
"action": "Toggle Night Shift switch to off position"
87+
}
88+
]
89+
}
90+
}
91+
],
92+
"boundaries": [
93+
{
94+
"timestamp": 3.5,
95+
"confidence": 0.92,
96+
"reason": "Transition from navigation to settings configuration"
97+
}
98+
],
99+
"llm_model": "gpt-4o",
100+
"processing_timestamp": "2026-01-17T12:00:00.000000",
101+
"coverage": 1.0,
102+
"avg_confidence": 0.935
103+
}

0 commit comments

Comments
 (0)