-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtest_results_wizard_fix.json
More file actions
67 lines (67 loc) · 1.6 KB
/
test_results_wizard_fix.json
File metadata and controls
67 lines (67 loc) · 1.6 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
{
"test_status": "COMPLETED",
"api_calls": [
{
"url": "http://127.0.0.1:3010/api/v1/bom/llm-status",
"status": 200,
"timestamp": 338787.043406333
},
{
"url": "http://127.0.0.1:3010/api/v1/bom/llm-status",
"status": 200,
"timestamp": 338787.048152166
},
{
"url": "http://127.0.0.1:3010/api/v1/bom/llm-status",
"status": 200,
"timestamp": 338788.932684208
},
{
"url": "http://127.0.0.1:3010/api/v1/llm/status",
"status": 200,
"timestamp": 338788.933052916
},
{
"url": "http://127.0.0.1:3010/api/v1/bom/llm-status",
"status": 200,
"timestamp": 338790.103189166
},
{
"url": "http://127.0.0.1:3010/api/v1/llm/status",
"status": 200,
"timestamp": 338790.106299541
},
{
"url": "http://127.0.0.1:3010/api/v1/bom/parse",
"status": 200,
"timestamp": 338790.112580791
},
{
"url": "http://127.0.0.1:3010/api/v1/bom/parse",
"status": 200,
"timestamp": 338795.124502458
},
{
"url": "http://127.0.0.1:3010/api/v1/library/bom/match",
"status": 200,
"timestamp": 338795.136611541
},
{
"url": "http://127.0.0.1:3010/api/v1/bom/convert-with-labels",
"status": 200,
"timestamp": 338795.148550958
}
],
"errors": [],
"screenshots": [
"01_initial_load.png",
"02_bom_tab.png",
"03_file_uploaded.png",
"04_wizard_mode.png",
"05_generation_started.png",
"06_final_state.png"
],
"wizard_initialized": true,
"no_422_errors": true,
"correct_endpoint_called": true
}