-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathjunit.xml
295 lines (295 loc) · 23.8 KB
/
junit.xml
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
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
<?xml version="1.0" encoding="UTF-8"?>
<testsuites name="jest tests" tests="105" failures="0" time="23.6">
<testsuite name="ChartCard" errors="0" failures="0" skipped="0" timestamp="2022-05-17T08:06:19" time="4.239" tests="1">
<testcase classname="ChartCard snapshot" name="ChartCard snapshot" time="0.11">
</testcase>
</testsuite>
<testsuite name="DynamicInput" errors="0" failures="0" skipped="0" timestamp="2022-05-17T08:06:23" time="4.625" tests="6">
<testcase classname="DynamicInput if controlType is INT then the input is a CustomTextField without inputProps associated" name="DynamicInput if controlType is INT then the input is a CustomTextField without inputProps associated" time="0.162">
</testcase>
<testcase classname="DynamicInput if controlType is INT then the input is a CustomTextField with inputProps associated" name="DynamicInput if controlType is INT then the input is a CustomTextField with inputProps associated" time="0.02">
</testcase>
<testcase classname="DynamicInput if controlType is NUM then the input is a CustomTextField with inputProps associated" name="DynamicInput if controlType is NUM then the input is a CustomTextField with inputProps associated" time="0.022">
</testcase>
<testcase classname="DynamicInput if controlType is CLST then the input is an Autocomplete" name="DynamicInput if controlType is CLST then the input is an Autocomplete" time="0.089">
</testcase>
<testcase classname="DynamicInput if controlType is BOOL then the input is a Switch" name="DynamicInput if controlType is BOOL then the input is a Switch" time="0.055">
</testcase>
<testcase classname="DynamicInput should rended a default component if controlType does not match any other case label" name="DynamicInput should rended a default component if controlType does not match any other case label" time="0.009">
</testcase>
</testsuite>
<testsuite name="Autocomplete" errors="0" failures="0" skipped="0" timestamp="2022-05-17T08:06:19" time="8.964" tests="9">
<testcase classname="Autocomplete renders all the options" name="Autocomplete renders all the options" time="0.323">
</testcase>
<testcase classname="Autocomplete the correct option is selected" name="Autocomplete the correct option is selected" time="0.07">
</testcase>
<testcase classname="Autocomplete renders the clear button when clearable" name="Autocomplete renders the clear button when clearable" time="0.062">
</testcase>
<testcase classname="Autocomplete loads options at mount when defaultOptions is true" name="Autocomplete loads options at mount when defaultOptions is true" time="0.018">
</testcase>
<testcase classname="Autocomplete doesn't load options at mount if defaultOptions is not true" name="Autocomplete doesn't load options at mount if defaultOptions is not true" time="0.013">
</testcase>
<testcase classname="Autocomplete when simpleValue is falsy and the options are objects, displays value[labelKey] in the input" name="Autocomplete when simpleValue is falsy and the options are objects, displays value[labelKey] in the input" time="0.03">
</testcase>
<testcase classname="Autocomplete works for primitive options" name="Autocomplete works for primitive options" time="0.058">
</testcase>
<testcase classname="Autocomplete calls the onChange function provided as a prop" name="Autocomplete calls the onChange function provided as a prop" time="0.132">
</testcase>
<testcase classname="Autocomplete Adds a * to the label when Autocomplete is required" name="Autocomplete Adds a * to the label when Autocomplete is required" time="0.059">
</testcase>
</testsuite>
<testsuite name="Button" errors="0" failures="0" skipped="0" timestamp="2022-05-17T08:06:28" time="0.754" tests="6">
<testcase classname="Button button will be rounded" name="Button button will be rounded" time="0.073">
</testcase>
<testcase classname="Button button will not be rounded" name="Button button will not be rounded" time="0.02">
</testcase>
<testcase classname="Button button will not be fullWidth" name="Button button will not be fullWidth" time="0.002">
</testcase>
<testcase classname="Button button will be fullWidth" name="Button button will be fullWidth" time="0.012">
</testcase>
<testcase classname="Button button will be disabled" name="Button button will be disabled" time="0.002">
</testcase>
<testcase classname="Button button will not be disabled" name="Button button will not be disabled" time="0.005">
</testcase>
</testsuite>
<testsuite name="CustomDialog" errors="0" failures="0" skipped="0" timestamp="2022-05-17T08:06:28" time="1.075" tests="5">
<testcase classname="CustomDialog if showActions is true then both actions are visible" name="CustomDialog if showActions is true then both actions are visible" time="0.209">
</testcase>
<testcase classname="CustomDialog if showActions is false then both actions are not visible" name="CustomDialog if showActions is false then both actions are not visible" time="0.02">
</testcase>
<testcase classname="CustomDialog if textContent is provided then the DialogContentText node will be visible" name="CustomDialog if textContent is provided then the DialogContentText node will be visible" time="0.022">
</testcase>
<testcase classname="CustomDialog onYes handler should be called" name="CustomDialog onYes handler should be called" time="0.035">
</testcase>
<testcase classname="CustomDialog classes test and content are present" name="CustomDialog classes test and content are present" time="0.028">
</testcase>
</testsuite>
<testsuite name="Accordion" errors="0" failures="0" skipped="0" timestamp="2022-05-17T08:06:29" time="0.695" tests="3">
<testcase classname="Accordion Three children are expected to render" name="Accordion Three children are expected to render" time="0.026">
</testcase>
<testcase classname="Accordion Second child is expanded" name="Accordion Second child is expanded" time="0.102">
</testcase>
<testcase classname="Accordion Third child is expanded" name="Accordion Third child is expanded" time="0.032">
</testcase>
</testsuite>
<testsuite name="DeleteButton" errors="0" failures="0" skipped="0" timestamp="2022-05-17T08:06:29" time="0.673" tests="4">
<testcase classname="DeleteButton onClick should be called" name="DeleteButton onClick should be called" time="0.05">
</testcase>
<testcase classname="DeleteButton the button should be disabled" name="DeleteButton the button should be disabled" time="0.01">
</testcase>
<testcase classname="DeleteButton the button should be enabled" name="DeleteButton the button should be enabled" time="0.015">
</testcase>
<testcase classname="DeleteButton the color, fontSize and size props should be equal to the default values if they are not provided" name="DeleteButton the color, fontSize and size props should be equal to the default values if they are not provided" time="0.006">
</testcase>
</testsuite>
<testsuite name="DateTime" errors="0" failures="0" skipped="0" timestamp="2022-05-17T08:06:29" time="1.756" tests="3">
<testcase classname="DateTime if clearable and value are true then InputProps node will be made up of two IconButtons" name="DateTime if clearable and value are true then InputProps node will be made up of two IconButtons" time="0.181">
</testcase>
<testcase classname="DateTime if clearable and value are false then InputProps node will be made of one CalendarToday node" name="DateTime if clearable and value are false then InputProps node will be made of one CalendarToday node" time="0.019">
</testcase>
<testcase classname="DateTime classes defaultFont and dateTimeInput should be present" name="DateTime classes defaultFont and dateTimeInput should be present" time="0.022">
</testcase>
</testsuite>
<testsuite name="CardTitle" errors="0" failures="0" skipped="0" timestamp="2022-05-17T08:06:31" time="0.542" tests="3">
<testcase classname="CardTitle classes container and cardTitle are present" name="CardTitle classes container and cardTitle are present" time="0.036">
</testcase>
<testcase classname="CardTitle should be able to click the button" name="CardTitle should be able to click the button" time="0.015">
</testcase>
<testcase classname="CardTitle the button is expected to be disabled" name="CardTitle the button is expected to be disabled" time="0.007">
</testcase>
</testsuite>
<testsuite name="DownwardButton" errors="0" failures="0" skipped="0" timestamp="2022-05-17T08:06:30" time="1.412" tests="4">
<testcase classname="DownwardButton onClick should be called" name="DownwardButton onClick should be called" time="0.054">
</testcase>
<testcase classname="DownwardButton the button should be disabled" name="DownwardButton the button should be disabled" time="0.01">
</testcase>
<testcase classname="DownwardButton the button should be enabled" name="DownwardButton the button should be enabled" time="0.02">
</testcase>
<testcase classname="DownwardButton the color, fontSize and size props should be equal to the default values if they are not provided" name="DownwardButton the color, fontSize and size props should be equal to the default values if they are not provided" time="0.039">
</testcase>
</testsuite>
<testsuite name="DownloadButton" errors="0" failures="0" skipped="0" timestamp="2022-05-17T08:06:31" time="0.479" tests="4">
<testcase classname="DownloadButton onClick should be called" name="DownloadButton onClick should be called" time="0.048">
</testcase>
<testcase classname="DownloadButton the button should be disabled" name="DownloadButton the button should be disabled" time="0.013">
</testcase>
<testcase classname="DownloadButton the button should be enabled" name="DownloadButton the button should be enabled" time="0.012">
</testcase>
<testcase classname="DownloadButton the color, fontSize and size props should be equal to the default values if they are not provided" name="DownloadButton the color, fontSize and size props should be equal to the default values if they are not provided" time="0.021">
</testcase>
</testsuite>
<testsuite name="Card" errors="0" failures="0" skipped="0" timestamp="2022-05-17T08:06:31" time="0.394" tests="5">
<testcase classname="Card classes card and rose are present" name="Card classes card and rose are present" time="0.006">
</testcase>
<testcase classname="Card class danger are present" name="Card class danger are present" time="0.002">
</testcase>
<testcase classname="Card class warning are present" name="Card class warning are present" time="0.001">
</testcase>
<testcase classname="Card class info are present" name="Card class info are present" time="0.001">
</testcase>
<testcase classname="Card class primary are present" name="Card class primary are present" time="0.001">
</testcase>
</testsuite>
<testsuite name="CustomTextField" errors="0" failures="0" skipped="0" timestamp="2022-05-17T08:06:32" time="0.463" tests="3">
<testcase classname="CustomTextField if isNumeric is true then inputComponent node of type NumberFormatCustom exists" name="CustomTextField if isNumeric is true then inputComponent node of type NumberFormatCustom exists" time="0.042">
</testcase>
<testcase classname="CustomTextField if isNumeric is false then inputComponent node of type NumberFormatCustom does not exist" name="CustomTextField if isNumeric is false then inputComponent node of type NumberFormatCustom does not exist" time="0.023">
</testcase>
<testcase classname="CustomTextField inputProps class input is present" name="CustomTextField inputProps class input is present" time="0.008">
</testcase>
</testsuite>
<testsuite name="AddButton" errors="0" failures="0" skipped="0" timestamp="2022-05-17T08:06:32" time="0.493" tests="4">
<testcase classname="AddButton the button is disabled" name="AddButton the button is disabled" time="0.048">
</testcase>
<testcase classname="AddButton the button is enabled" name="AddButton the button is enabled" time="0.01">
</testcase>
<testcase classname="AddButton the sended props are the same as the expected ones" name="AddButton the sended props are the same as the expected ones" time="0.008">
</testcase>
<testcase classname="AddButton the button is expected to be called" name="AddButton the button is expected to be called" time="0.009">
</testcase>
</testsuite>
<testsuite name="IconCard" errors="0" failures="0" skipped="0" timestamp="2022-05-17T08:06:32" time="0.576" tests="3">
<testcase classname="IconCard classes cardStyle and textStyle should be present" name="IconCard classes cardStyle and textStyle should be present" time="0.069">
</testcase>
<testcase classname="IconCard if footer is provided then classFooter should be present" name="IconCard if footer is provided then classFooter should be present" time="0.012">
</testcase>
<testcase classname="IconCard if footer is not provided then classFooter should not be present" name="IconCard if footer is not provided then classFooter should not be present" time="0.008">
</testcase>
</testsuite>
<testsuite name="UploadButton" errors="0" failures="0" skipped="0" timestamp="2022-05-17T08:06:32" time="0.523" tests="4">
<testcase classname="UploadButton onClick should be called" name="UploadButton onClick should be called" time="0.058">
</testcase>
<testcase classname="UploadButton the button should be disabled" name="UploadButton the button should be disabled" time="0.024">
</testcase>
<testcase classname="UploadButton the button should be enabled" name="UploadButton the button should be enabled" time="0.011">
</testcase>
<testcase classname="UploadButton the color, fontSize and size props should be equal to the default values if they are not provided" name="UploadButton the color, fontSize and size props should be equal to the default values if they are not provided" time="0.006">
</testcase>
</testsuite>
<testsuite name="NavPills" errors="0" failures="0" skipped="0" timestamp="2022-05-17T08:06:33" time="0.649" tests="3">
<testcase classname="NavPills active, color and actions props should be equal to the default values provided" name="NavPills active, color and actions props should be equal to the default values provided" time="0.104">
</testcase>
<testcase classname="NavPills should have two children" name="NavPills should have two children" time="0.025">
</testcase>
<testcase classname="NavPills Tabs should get the values from the tabs array provided" name="NavPills Tabs should get the values from the tabs array provided" time="0.031">
</testcase>
</testsuite>
<testsuite name="SaveButton" errors="0" failures="0" skipped="0" timestamp="2022-05-17T08:06:34" time="0.484" tests="4">
<testcase classname="SaveButton onClick should be called" name="SaveButton onClick should be called" time="0.053">
</testcase>
<testcase classname="SaveButton the button should be disabled" name="SaveButton the button should be disabled" time="0.01">
</testcase>
<testcase classname="SaveButton the button should be enabled" name="SaveButton the button should be enabled" time="0.009">
</testcase>
<testcase classname="SaveButton the color, fontSize and size props should be equal to the default values if they are not provided" name="SaveButton the color, fontSize and size props should be equal to the default values if they are not provided" time="0.006">
</testcase>
</testsuite>
<testsuite name="UpwardButton" errors="0" failures="0" skipped="0" timestamp="2022-05-17T08:06:33" time="1.459" tests="4">
<testcase classname="UpwardButton onClick should be called" name="UpwardButton onClick should be called" time="0.082">
</testcase>
<testcase classname="UpwardButton the button should be disabled" name="UpwardButton the button should be disabled" time="0.014">
</testcase>
<testcase classname="UpwardButton the button should be enabled" name="UpwardButton the button should be enabled" time="0.037">
</testcase>
<testcase classname="UpwardButton the color, fontSize and size props should be equal to the default values if they are not provided" name="UpwardButton the color, fontSize and size props should be equal to the default values if they are not provided" time="0.014">
</testcase>
</testsuite>
<testsuite name="IconCollapseCard" errors="0" failures="0" skipped="0" timestamp="2022-05-17T08:06:34" time="0.85" tests="3">
<testcase classname="IconCollapseCard iconColor should be equal to default value" name="IconCollapseCard iconColor should be equal to default value" time="0.084">
</testcase>
<testcase classname="IconCollapseCard if canExpand is undefined then Accordion is by default expandable and enabled" name="IconCollapseCard if canExpand is undefined then Accordion is by default expandable and enabled" time="0.018">
</testcase>
<testcase classname="IconCollapseCard if canExpand is false then Accordion is by default not-expandable and disabled" name="IconCollapseCard if canExpand is false then Accordion is by default not-expandable and disabled" time="0.011">
</testcase>
</testsuite>
<testsuite name="DialogDisplay" errors="0" failures="0" skipped="0" timestamp="2022-05-17T08:06:35" time="0.8" tests="2">
<testcase classname="DialogDisplay IconButton has modalCloseButton class" name="DialogDisplay IconButton has modalCloseButton class" time="0.11">
</testcase>
<testcase classname="DialogDisplay onClose handler should be called" name="DialogDisplay onClose handler should be called" time="0.019">
</testcase>
</testsuite>
<testsuite name="PasswordField" errors="0" failures="0" skipped="0" timestamp="2022-05-17T08:06:34" time="1.949" tests="2">
<testcase classname="PasswordField default props should be provided" name="PasswordField default props should be provided" time="0.056">
</testcase>
<testcase classname="PasswordField after pressing the button the input should turn into a text field" name="PasswordField after pressing the button the input should turn into a text field" time="0.028">
</testcase>
</testsuite>
<testsuite name="SimpleSlider" errors="0" failures="0" skipped="0" timestamp="2022-05-17T08:06:36" time="0.587" tests="1">
<testcase classname="SimpleSlider Snapshot" name="SimpleSlider Snapshot" time="0.084">
</testcase>
</testsuite>
<testsuite name="ExpandingText" errors="0" failures="0" skipped="0" timestamp="2022-05-17T08:06:36" time="0.428" tests="1">
<testcase classname="ExpandingText snapshot" name="ExpandingText snapshot" time="0.011">
</testcase>
</testsuite>
<testsuite name="Render ImageCard" errors="0" failures="0" skipped="0" timestamp="2022-05-17T08:06:36" time="0.466" tests="2">
<testcase classname="Render ImageCard imageSize should be equal to 's'" name="Render ImageCard imageSize should be equal to 's'" time="0.028">
</testcase>
<testcase classname="Render ImageCard alternateText prop should be present in the html attribute alt" name="Render ImageCard alternateText prop should be present in the html attribute alt" time="0.004">
</testcase>
</testsuite>
<testsuite name="StatsCard" errors="0" failures="0" skipped="0" timestamp="2022-05-17T08:06:37" time="0.499" tests="1">
<testcase classname="StatsCard Snapshot" name="StatsCard Snapshot" time="0.053">
</testcase>
</testsuite>
<testsuite name="EditButton" errors="0" failures="0" skipped="0" timestamp="2022-05-17T08:06:37" time="0.426" tests="1">
<testcase classname="EditButton the color, fontSize and size props should be equal to the default values if they are not provided" name="EditButton the color, fontSize and size props should be equal to the default values if they are not provided" time="0.04">
</testcase>
</testsuite>
<testsuite name="CancelButton" errors="0" failures="0" skipped="0" timestamp="2022-05-17T08:06:37" time="0.422" tests="1">
<testcase classname="CancelButton the color, fontSize and size props should be equal to the default values if they are not provided" name="CancelButton the color, fontSize and size props should be equal to the default values if they are not provided" time="0.043">
</testcase>
</testsuite>
<testsuite name="Pagination" errors="0" failures="0" skipped="0" timestamp="2022-05-17T08:06:38" time="0.524" tests="1">
<testcase classname="Pagination Snapshot" name="Pagination Snapshot" time="0.039">
</testcase>
</testsuite>
<testsuite name="BackToButton" errors="0" failures="0" skipped="0" timestamp="2022-05-17T08:06:37" time="1.278" tests="1">
<testcase classname="BackToButton the color, fontSize and size props should be equal to the default values if they are not provided" name="BackToButton the color, fontSize and size props should be equal to the default values if they are not provided" time="0.044">
</testcase>
</testsuite>
<testsuite name="RegularCard" errors="0" failures="0" skipped="0" timestamp="2022-05-17T08:06:38" time="0.452" tests="1">
<testcase classname="RegularCard Snapshot" name="RegularCard Snapshot" time="0.032">
</testcase>
</testsuite>
<testsuite name="Forbidden" errors="0" failures="0" skipped="0" timestamp="2022-05-17T08:06:39" time="0.429" tests="1">
<testcase classname="Forbidden classes cardHeader, cardAvatar should be present" name="Forbidden classes cardHeader, cardAvatar should be present" time="0.033">
</testcase>
</testsuite>
<testsuite name="CustomLinearProgress" errors="0" failures="0" skipped="0" timestamp="2022-05-17T08:06:39" time="0.392" tests="1">
<testcase classname="CustomLinearProgress snapshot" name="CustomLinearProgress snapshot" time="0.014">
</testcase>
</testsuite>
<testsuite name="IconButton" errors="0" failures="0" skipped="0" timestamp="2022-05-17T08:06:39" time="1.242" tests="1">
<testcase classname="IconButton render correctly IconButton component" name="IconButton render correctly IconButton component" time="0.038">
</testcase>
</testsuite>
<testsuite name="FileUploadButton" errors="0" failures="0" skipped="0" timestamp="2022-05-17T08:06:40" time="0.605" tests="1">
<testcase classname="FileUploadButton Snapshot" name="FileUploadButton Snapshot" time="0.065">
</testcase>
</testsuite>
<testsuite name="SideMenu" errors="0" failures="0" skipped="0" timestamp="2022-05-17T08:06:40" time="0.489" tests="1">
<testcase classname="SideMenu Snapshot" name="SideMenu Snapshot" time="0.012">
</testcase>
</testsuite>
<testsuite name="Tooltip" errors="0" failures="0" skipped="0" timestamp="2022-05-17T08:06:40" time="0.401" tests="1">
<testcase classname="Tooltip Snapshot" name="Tooltip Snapshot" time="0.044">
</testcase>
</testsuite>
<testsuite name="Typography" errors="0" failures="0" skipped="0" timestamp="2022-05-17T08:06:40" time="0.396" tests="1">
<testcase classname="Typography variant property should be equal to the default value provided" name="Typography variant property should be equal to the default value provided" time="0.031">
</testcase>
</testsuite>
<testsuite name="LoadingFakeText" errors="0" failures="0" skipped="0" timestamp="2022-05-17T08:06:41" time="0.407" tests="1">
<testcase classname="LoadingFakeText snapshot" name="LoadingFakeText snapshot" time="0.006">
</testcase>
</testsuite>
<testsuite name="Render NotFound" errors="0" failures="0" skipped="0" timestamp="2022-05-17T08:06:41" time="0.313" tests="1">
<testcase classname="Render NotFound render correctly NotFound component" name="Render NotFound render correctly NotFound component" time="0.007">
</testcase>
</testsuite>
<testsuite name="ToastContainer" errors="0" failures="0" skipped="0" timestamp="2022-05-17T08:06:41" time="0.335" tests="1">
<testcase classname="ToastContainer Snapshot" name="ToastContainer Snapshot" time="0.006">
</testcase>
</testsuite>
</testsuites>