Skip to content

Commit 7d66053

Browse files
author
moses ngige
committed
commit tree ac98994
1 parent 9dfd9f6 commit 7d66053

File tree

1 file changed

+158
-0
lines changed

1 file changed

+158
-0
lines changed

.results.json

Lines changed: 158 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,158 @@
1+
{
2+
"stats": {
3+
"suites": 5,
4+
"tests": 10,
5+
"passes": 10,
6+
"pending": 0,
7+
"failures": 0,
8+
"start": "2022-06-06T19:15:18.163Z",
9+
"end": "2022-06-06T19:15:18.741Z",
10+
"duration": 578
11+
},
12+
"tests": [
13+
{
14+
"title": "is defined",
15+
"fullTitle": "index.js currentUser is defined",
16+
"duration": 2,
17+
"currentRetry": 0,
18+
"err": {}
19+
},
20+
{
21+
"title": "contains \"Welcome to Flatbook, \"",
22+
"fullTitle": "index.js welcomeMessage contains \"Welcome to Flatbook, \"",
23+
"duration": 1,
24+
"currentRetry": 0,
25+
"err": {}
26+
},
27+
{
28+
"title": "contains the value of the 'currentUser' variable",
29+
"fullTitle": "index.js welcomeMessage contains the value of the 'currentUser' variable",
30+
"duration": 1,
31+
"currentRetry": 0,
32+
"err": {}
33+
},
34+
{
35+
"title": "ends with an exclamation point!",
36+
"fullTitle": "index.js welcomeMessage ends with an exclamation point!",
37+
"duration": 1,
38+
"currentRetry": 0,
39+
"err": {}
40+
},
41+
{
42+
"title": "contains \"WELCOME TO FLATBOOK, \"",
43+
"fullTitle": "index.js excitedWelcomeMessage contains \"WELCOME TO FLATBOOK, \"",
44+
"duration": 1,
45+
"currentRetry": 0,
46+
"err": {}
47+
},
48+
{
49+
"title": "contains the value of the 'currentUser' variable",
50+
"fullTitle": "index.js excitedWelcomeMessage contains the value of the 'currentUser' variable",
51+
"duration": 0,
52+
"currentRetry": 0,
53+
"err": {}
54+
},
55+
{
56+
"title": "ends with an exclamation point",
57+
"fullTitle": "index.js excitedWelcomeMessage ends with an exclamation point",
58+
"duration": 0,
59+
"currentRetry": 0,
60+
"err": {}
61+
},
62+
{
63+
"title": "contains \"Welcome, \"",
64+
"fullTitle": "index.js shortGreeting contains \"Welcome, \"",
65+
"duration": 1,
66+
"currentRetry": 0,
67+
"err": {}
68+
},
69+
{
70+
"title": "contains the first initial of the name stored in the 'currentUser' variable",
71+
"fullTitle": "index.js shortGreeting contains the first initial of the name stored in the 'currentUser' variable",
72+
"duration": 0,
73+
"currentRetry": 0,
74+
"err": {}
75+
},
76+
{
77+
"title": "ends with an exclamation point",
78+
"fullTitle": "index.js shortGreeting ends with an exclamation point",
79+
"duration": 0,
80+
"currentRetry": 0,
81+
"err": {}
82+
}
83+
],
84+
"pending": [],
85+
"failures": [],
86+
"passes": [
87+
{
88+
"title": "is defined",
89+
"fullTitle": "index.js currentUser is defined",
90+
"duration": 2,
91+
"currentRetry": 0,
92+
"err": {}
93+
},
94+
{
95+
"title": "contains \"Welcome to Flatbook, \"",
96+
"fullTitle": "index.js welcomeMessage contains \"Welcome to Flatbook, \"",
97+
"duration": 1,
98+
"currentRetry": 0,
99+
"err": {}
100+
},
101+
{
102+
"title": "contains the value of the 'currentUser' variable",
103+
"fullTitle": "index.js welcomeMessage contains the value of the 'currentUser' variable",
104+
"duration": 1,
105+
"currentRetry": 0,
106+
"err": {}
107+
},
108+
{
109+
"title": "ends with an exclamation point!",
110+
"fullTitle": "index.js welcomeMessage ends with an exclamation point!",
111+
"duration": 1,
112+
"currentRetry": 0,
113+
"err": {}
114+
},
115+
{
116+
"title": "contains \"WELCOME TO FLATBOOK, \"",
117+
"fullTitle": "index.js excitedWelcomeMessage contains \"WELCOME TO FLATBOOK, \"",
118+
"duration": 1,
119+
"currentRetry": 0,
120+
"err": {}
121+
},
122+
{
123+
"title": "contains the value of the 'currentUser' variable",
124+
"fullTitle": "index.js excitedWelcomeMessage contains the value of the 'currentUser' variable",
125+
"duration": 0,
126+
"currentRetry": 0,
127+
"err": {}
128+
},
129+
{
130+
"title": "ends with an exclamation point",
131+
"fullTitle": "index.js excitedWelcomeMessage ends with an exclamation point",
132+
"duration": 0,
133+
"currentRetry": 0,
134+
"err": {}
135+
},
136+
{
137+
"title": "contains \"Welcome, \"",
138+
"fullTitle": "index.js shortGreeting contains \"Welcome, \"",
139+
"duration": 1,
140+
"currentRetry": 0,
141+
"err": {}
142+
},
143+
{
144+
"title": "contains the first initial of the name stored in the 'currentUser' variable",
145+
"fullTitle": "index.js shortGreeting contains the first initial of the name stored in the 'currentUser' variable",
146+
"duration": 0,
147+
"currentRetry": 0,
148+
"err": {}
149+
},
150+
{
151+
"title": "ends with an exclamation point",
152+
"fullTitle": "index.js shortGreeting ends with an exclamation point",
153+
"duration": 0,
154+
"currentRetry": 0,
155+
"err": {}
156+
}
157+
]
158+
}

0 commit comments

Comments
 (0)