-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbundle.json
More file actions
223 lines (223 loc) · 6.58 KB
/
Copy pathbundle.json
File metadata and controls
223 lines (223 loc) · 6.58 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
{
"schemaVersion": "1.0.0",
"run": {
"id": "2026-05-10T06-49-36-481Z",
"name": "Diagnostics sync captures backend failure",
"specPath": "./demo/specs/diagnostics-sync.yaml",
"startedAt": "2026-05-10T06:49:36.481Z",
"finishedAt": "2026-05-10T06:49:38.235Z",
"durationMs": 1754,
"status": "passed",
"outputDir": "./artifacts/demo-eval"
},
"target": {
"initialUrl": "http://127.0.0.1:43173/",
"finalUrl": "http://127.0.0.1:43173/?view=diagnostics",
"title": "TaskProof Demo App"
},
"summary": {
"totalSteps": 5,
"executedSteps": 5,
"passedSteps": 5,
"failedSteps": 0,
"assertionCount": 2,
"consoleErrorCount": 2,
"networkFailureCount": 2,
"screenshotCount": 5,
"durationMs": 1754,
"score": 100,
"status": "passed"
},
"rerun": {
"cwd": "/Users/nicdunz/Documents/Codex/2026-05-09/goal-chrome-plugin-chrome-openai-bundled-3/repos/taskproof",
"command": "npm run taskproof -- run --url 'http://127.0.0.1:43173/' --spec './demo/specs/diagnostics-sync.yaml' --out './artifacts/demo-eval'",
"scriptPath": "rerun.sh"
},
"stepResults": [
{
"id": "step-001",
"index": 0,
"name": "1. click",
"type": "click",
"status": "passed",
"startedAt": "2026-05-10T06:49:36.729Z",
"finishedAt": "2026-05-10T06:49:36.986Z",
"durationMs": 258,
"input": {
"type": "click",
"selector": "[data-testid=\"view-diagnostics\"]"
},
"url": "http://127.0.0.1:43173/?view=diagnostics",
"title": "TaskProof Demo App",
"assertions": [],
"artifacts": {
"screenshot": "artifacts/screenshots/step-001.png",
"domSnapshot": "artifacts/dom/step-001.html"
}
},
{
"id": "step-002",
"index": 1,
"name": "2. click",
"type": "click",
"status": "passed",
"startedAt": "2026-05-10T06:49:36.987Z",
"finishedAt": "2026-05-10T06:49:37.216Z",
"durationMs": 229,
"input": {
"type": "click",
"selector": "[data-testid=\"run-sync\"]"
},
"url": "http://127.0.0.1:43173/?view=diagnostics",
"title": "TaskProof Demo App",
"assertions": [],
"artifacts": {
"screenshot": "artifacts/screenshots/step-002.png",
"domSnapshot": "artifacts/dom/step-002.html"
}
},
{
"id": "step-003",
"index": 2,
"name": "3. wait",
"type": "wait",
"status": "passed",
"startedAt": "2026-05-10T06:49:37.217Z",
"finishedAt": "2026-05-10T06:49:37.959Z",
"durationMs": 742,
"input": {
"type": "wait",
"ms": 600
},
"url": "http://127.0.0.1:43173/?view=diagnostics",
"title": "TaskProof Demo App",
"assertions": [],
"artifacts": {
"screenshot": "artifacts/screenshots/step-003.png",
"domSnapshot": "artifacts/dom/step-003.html"
}
},
{
"id": "step-004",
"index": 3,
"name": "4. assertText",
"type": "assertText",
"status": "passed",
"startedAt": "2026-05-10T06:49:37.959Z",
"finishedAt": "2026-05-10T06:49:38.108Z",
"durationMs": 149,
"input": {
"type": "assertText",
"selector": "[data-testid=\"sync-status\"]",
"text": "Sync failed gracefully.",
"match": "exact"
},
"url": "http://127.0.0.1:43173/?view=diagnostics",
"title": "TaskProof Demo App",
"assertions": [
{
"kind": "text",
"passed": true,
"expected": "Sync failed gracefully.",
"actual": "Sync failed gracefully.",
"detail": "[data-testid=\"sync-status\"] equals \"Sync failed gracefully.\""
}
],
"artifacts": {
"screenshot": "artifacts/screenshots/step-004.png",
"domSnapshot": "artifacts/dom/step-004.html"
}
},
{
"id": "step-005",
"index": 4,
"name": "5. assertText",
"type": "assertText",
"status": "passed",
"startedAt": "2026-05-10T06:49:38.108Z",
"finishedAt": "2026-05-10T06:49:38.234Z",
"durationMs": 126,
"input": {
"type": "assertText",
"selector": "[data-testid=\"diagnostic-note\"]",
"text": "No auth or backend required. Runtime failures stay visible."
},
"url": "http://127.0.0.1:43173/?view=diagnostics",
"title": "TaskProof Demo App",
"assertions": [
{
"kind": "text",
"passed": true,
"expected": "No auth or backend required. Runtime failures stay visible.",
"actual": "No auth or backend required. Runtime failures stay visible.",
"detail": "[data-testid=\"diagnostic-note\"] contains \"No auth or backend required. Runtime failures stay visible.\""
}
],
"artifacts": {
"screenshot": "artifacts/screenshots/step-005.png",
"domSnapshot": "artifacts/dom/step-005.html"
}
}
],
"consoleEvents": [
{
"id": "console-001",
"timestamp": "2026-05-10T06:49:37.038Z",
"stepId": "step-002",
"type": "error",
"text": "Failed to load resource: the server responded with a status of 404 (Not Found)",
"location": {
"url": "http://127.0.0.1:43173/api/sync",
"lineNumber": 0,
"columnNumber": 0
}
},
{
"id": "console-002",
"timestamp": "2026-05-10T06:49:37.038Z",
"stepId": "step-002",
"type": "error",
"text": "TaskProof demo sync failed {status: 404, url: /api/sync}",
"location": {
"url": "http://127.0.0.1:43173/src/App.tsx",
"lineNumber": 156,
"columnNumber": 16
}
}
],
"networkEvents": [
{
"id": "network-001",
"timestamp": "2026-05-10T06:49:37.038Z",
"stepId": "step-002",
"kind": "http-error",
"method": "POST",
"url": "http://127.0.0.1:43173/api/sync",
"resourceType": "fetch",
"status": 404
},
{
"id": "network-002",
"timestamp": "2026-05-10T06:49:37.038Z",
"stepId": "step-002",
"kind": "requestfailed",
"method": "POST",
"url": "http://127.0.0.1:43173/api/sync",
"resourceType": "fetch",
"failureText": "net::ERR_ABORTED"
}
],
"artifacts": {
"specFile": "spec.json",
"reportIndex": "report/index.html",
"reportAssets": [
"report/assets/index-BiIl81PM.css",
"report/assets/index-D1CZrDuj.js"
],
"screenshotsDir": "artifacts/screenshots",
"domSnapshotsDir": "artifacts/dom",
"consoleLog": "logs/console-events.json",
"networkLog": "logs/network-events.json",
"zipFile": "taskproof-evidence.zip"
}
}