forked from sauravjoshi/HW3-skeleton
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvitest_result.json
92 lines (92 loc) · 3.7 KB
/
vitest_result.json
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
{
"numTotalTestSuites": 2,
"numPassedTestSuites": 1,
"numFailedTestSuites": 1,
"numPendingTestSuites": 0,
"numTotalTests": 6,
"numPassedTests": 5,
"numFailedTests": 1,
"numPendingTests": 0,
"numTodoTests": 0,
"startTime": 1695836070564,
"success": false,
"testResults": [
{
"assertionResults": [
{
"ancestorTitles": [
"",
"Check the functionality of Serverless GPT-484"
],
"fullName": " Check the functionality of Serverless GPT-484 (3 pts) 1. Create a new prompt, and it should appear in the history.",
"status": "passed",
"title": "(3 pts) 1. Create a new prompt, and it should appear in the history.",
"duration": 1725,
"failureMessages": []
},
{
"ancestorTitles": [
"",
"Check the functionality of Serverless GPT-484"
],
"fullName": " Check the functionality of Serverless GPT-484 (3 pts) 2. Create a new prompt, and it should appear in the history. Creation of a new prompt under the same parent should not create a new entry in the history section.",
"status": "passed",
"title": "(3 pts) 2. Create a new prompt, and it should appear in the history. Creation of a new prompt under the same parent should not create a new entry in the history section.",
"duration": 1604,
"failureMessages": []
},
{
"ancestorTitles": [
"",
"Check the functionality of Serverless GPT-484"
],
"fullName": " Check the functionality of Serverless GPT-484 (3 pts) 3. Checking chats under the same parent in the viewing pane",
"status": "passed",
"title": "(3 pts) 3. Checking chats under the same parent in the viewing pane",
"duration": 9,
"failureMessages": []
},
{
"ancestorTitles": [
"",
"Check the functionality of Serverless GPT-484"
],
"fullName": " Check the functionality of Serverless GPT-484 (3 pts) 4. Clicking the New Chat button and creating a new prompt should add an entry in history",
"status": "passed",
"title": "(3 pts) 4. Clicking the New Chat button and creating a new prompt should add an entry in history",
"duration": 1587,
"failureMessages": []
},
{
"ancestorTitles": [
"",
"Check the functionality of Serverless GPT-484"
],
"fullName": " Check the functionality of Serverless GPT-484 (7 pts) 5. Reload the page and check history and chats",
"status": "passed",
"title": "(7 pts) 5. Reload the page and check history and chats",
"duration": 1619,
"failureMessages": []
},
{
"ancestorTitles": [
"",
"Check the functionality of Serverless GPT-484"
],
"fullName": " Check the functionality of Serverless GPT-484 (3 pts) 6. Logout and create a new Email account and logIn",
"status": "failed",
"title": "(3 pts) 6. Logout and create a new Email account and logIn",
"duration": 5003,
"failureMessages": [
"Test timed out in 5000ms.\nIf this is a long-running test, pass a timeout value as the last argument or configure it globally with \"testTimeout\"."
]
}
],
"startTime": 1695836072454,
"endTime": 1695836084001,
"status": "failed",
"message": "The uid must be a non-empty string with at most 128 characters.",
"name": "/home/saga/Documents/MSCS/TA_Fall2023/HW3/Astro-484/Serverless-484/__tests__/AddPrompts.test.js"
}
]
}