forked from BasedHardware/omi
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathonboarding.snapshot.json
More file actions
75 lines (75 loc) · 1.29 KB
/
Copy pathonboarding.snapshot.json
File metadata and controls
75 lines (75 loc) · 1.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"version": 1,
"flow": "onboarding",
"flowHash": "4d348bbc3ab15ad1",
"device": {
"model": "unknown",
"resolution": "unknown"
},
"createdAt": "2026-03-16T07:05:45.550Z",
"runId": "-NI87aU",
"totalDurationMs": 56,
"verifySteps": [
"S1",
"S3",
"S4",
"S5",
"S6",
"S7",
"S8",
"S9"
],
"steps": {
"S1": {
"kind": "verify",
"waitAfterMs": 200,
"durationMs": 4
},
"S2": {
"kind": "action",
"waitAfterMs": 200,
"durationMs": 8,
"ref": "e2",
"text": "English",
"type": "InkWell"
},
"S3": {
"kind": "verify",
"waitAfterMs": 200,
"durationMs": 3
},
"S4": {
"kind": "verify",
"waitAfterMs": 200,
"durationMs": 3
},
"S5": {
"kind": "verify",
"waitAfterMs": 200,
"durationMs": 4
},
"S6": {
"kind": "verify",
"waitAfterMs": 200,
"durationMs": 3
},
"S7": {
"kind": "verify",
"waitAfterMs": 200,
"durationMs": 4
},
"S8": {
"kind": "verify",
"waitAfterMs": 200,
"durationMs": 3
},
"S9": {
"kind": "action",
"waitAfterMs": 500,
"durationMs": 6,
"ref": "screen",
"text": "Home screen",
"type": "Screen"
}
}
}