-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathchat_test_report.json
More file actions
46 lines (46 loc) · 911 Bytes
/
chat_test_report.json
File metadata and controls
46 lines (46 loc) · 911 Bytes
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
{
"timestamp": "2025-10-08T19:57:02.211162",
"summary": {
"total_tests": 6,
"passed": 4,
"failed": 2
},
"results": [
{
"test": "Backend Health",
"success": true,
"details": "Status: healthy",
"timestamp": "19:56:56"
},
{
"test": "Chat API",
"success": true,
"details": "Model: openai",
"timestamp": "19:56:57"
},
{
"test": "Legal AI Chat",
"success": false,
"details": "HTTP 404",
"timestamp": "19:56:58"
},
{
"test": "Voice Chat",
"success": false,
"details": "HTTP 404",
"timestamp": "19:56:59"
},
{
"test": "Frontend Access",
"success": true,
"details": "React app loaded",
"timestamp": "19:57:00"
},
{
"test": "Response Time",
"success": true,
"details": "0.01s",
"timestamp": "19:57:01"
}
]
}