forked from webpack/webpack-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjunit.xml
557 lines (557 loc) · 44.4 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
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
<?xml version="1.0" encoding="UTF-8"?>
<testsuites name="jest tests" tests="197" failures="0" time="32.178">
<testsuite name="package-manager" errors="0" failures="0" skipped="0" timestamp="2019-03-15T18:51:44" time="1.299" tests="8">
<testcase classname="package-manager should return 'yarn' from getPackageManager if it's installed" name="package-manager should return 'yarn' from getPackageManager if it's installed" time="0.003">
</testcase>
<testcase classname="package-manager should return 'npm' from getPackageManager if yarn is not installed" name="package-manager should return 'npm' from getPackageManager if yarn is not installed" time="0">
</testcase>
<testcase classname="package-manager should spawn yarn add from spawnChild" name="package-manager should spawn yarn add from spawnChild" time="0.032">
</testcase>
<testcase classname="package-manager should spawn yarn upgrade from spawnChild" name="package-manager should spawn yarn upgrade from spawnChild" time="0.001">
</testcase>
<testcase classname="package-manager should spawn npm install from spawnChild" name="package-manager should spawn npm install from spawnChild" time="0">
</testcase>
<testcase classname="package-manager should spawn npm update from spawnChild" name="package-manager should spawn npm update from spawnChild" time="0">
</testcase>
<testcase classname="package-manager should return the yarn global dir from getPathToGlobalPackages if yarn is installed" name="package-manager should return the yarn global dir from getPathToGlobalPackages if yarn is installed" time="0.001">
</testcase>
<testcase classname="package-manager should return the npm global dir from getPathToGlobalPackages if yarn is not installed" name="package-manager should return the npm global dir from getPathToGlobalPackages if yarn is not installed" time="0">
</testcase>
</testsuite>
<testsuite name="undefined" errors="0" failures="0" skipped="1" timestamp="2019-03-15T18:51:44" time="1.68" tests="1">
<testcase classname=" info-verbosity-verbose" name=" info-verbosity-verbose" time="0.001">
<skipped/>
</testcase>
</testsuite>
<testsuite name="extractHash functionality" errors="0" failures="0" skipped="0" timestamp="2019-03-15T18:51:44" time="1.718" tests="9">
<testcase classname="extractHash functionality should throw Error if there is empty string" name="extractHash functionality should throw Error if there is empty string" time="0.013">
</testcase>
<testcase classname="extractHash functionality should throw Error if there is no hash value" name="extractHash functionality should throw Error if there is no hash value" time="0.001">
</testcase>
<testcase classname="extractHash functionality should throw Error if hash count and config count do not match" name="extractHash functionality should throw Error if hash count and config count do not match" time="0">
</testcase>
<testcase classname="extractHash functionality should fetch hash if there is only single config" name="extractHash functionality should fetch hash if there is only single config" time="0.001">
</testcase>
<testcase classname="extractHash functionality should fetch hash if there is more than one config" name="extractHash functionality should fetch hash if there is more than one config" time="0.002">
</testcase>
<testcase classname="appendFile functionality positive test-cases should append data to file if file exists" name="appendFile functionality positive test-cases should append data to file if file exists" time="0.005">
</testcase>
<testcase classname="appendFile functionality negative test-cases should throw error if file does not exist" name="appendFile functionality negative test-cases should throw error if file does not exist" time="0">
</testcase>
<testcase classname="copyFile functionality positive test-cases should copy file if file exists" name="copyFile functionality positive test-cases should copy file if file exists" time="0.008">
</testcase>
<testcase classname="copyFile functionality negative test-cases should throw error if file does not exist" name="copyFile functionality negative test-cases should throw error if file does not exist" time="0">
</testcase>
</testsuite>
<testsuite name="undefined" errors="0" failures="0" skipped="1" timestamp="2019-03-15T18:51:46" time="0.142" tests="1">
<testcase classname=" info-verbosity-off" name=" info-verbosity-off" time="0">
<skipped/>
</testcase>
</testsuite>
<testsuite name="undefined" errors="0" failures="0" skipped="1" timestamp="2019-03-15T18:51:46" time="0.133" tests="1">
<testcase classname=" single-config-watch-opt" name=" single-config-watch-opt" time="0">
<skipped/>
</testcase>
</testsuite>
<testsuite name="undefined" errors="0" failures="0" skipped="1" timestamp="2019-03-15T18:51:46" time="0.131" tests="1">
<testcase classname=" multi-config-watch-opt" name=" multi-config-watch-opt" time="0">
<skipped/>
</testcase>
</testsuite>
<testsuite name="undefined" errors="0" failures="0" skipped="1" timestamp="2019-03-15T18:51:46" time="0.125" tests="1">
<testcase classname=" single-config" name=" single-config" time="0">
<skipped/>
</testcase>
</testsuite>
<testsuite name="utils" errors="0" failures="0" skipped="0" timestamp="2019-03-15T18:51:45" time="0.686" tests="15">
<testcase classname="utils createArrowFunction should stringify an arrow function" name="utils createArrowFunction should stringify an arrow function" time="0.002">
</testcase>
<testcase classname="utils createRegularFunction should stringify an regular function" name="utils createRegularFunction should stringify an regular function" time="0.001">
</testcase>
<testcase classname="utils createDynamicPromise should stringify an single value" name="utils createDynamicPromise should stringify an single value" time="0">
</testcase>
<testcase classname="utils createDynamicPromise should stringify an array" name="utils createDynamicPromise should stringify an array" time="0.001">
</testcase>
<testcase classname="utils createAssetFilterFunction should stringify an assetFilterFunction" name="utils createAssetFilterFunction should stringify an assetFilterFunction" time="0">
</testcase>
<testcase classname="utils parseValue should parse value" name="utils parseValue should parse value" time="0.006">
</testcase>
<testcase classname="utils parseValue should parse value with raw value" name="utils parseValue should parse value with raw value" time="0.005">
</testcase>
<testcase classname="utils createExternalFunction should stringify an ExternalFunction" name="utils createExternalFunction should stringify an ExternalFunction" time="0">
</testcase>
<testcase classname="utils createRequire should stringify an require statement" name="utils createRequire should stringify an require statement" time="0.001">
</testcase>
<testcase classname="utils Inquirer should make an List object" name="utils Inquirer should make an List object" time="0">
</testcase>
<testcase classname="utils Inquirer should make an RawList object" name="utils Inquirer should make an RawList object" time="0">
</testcase>
<testcase classname="utils Inquirer should make an CheckList object" name="utils Inquirer should make an CheckList object" time="0.001">
</testcase>
<testcase classname="utils Inquirer should make an Input object" name="utils Inquirer should make an Input object" time="0">
</testcase>
<testcase classname="utils Inquirer should make an Confirm object" name="utils Inquirer should make an Confirm object" time="0">
</testcase>
<testcase classname="utils Inquirer should make an Input object with validation" name="utils Inquirer should make an Input object with validation" time="0.001">
</testcase>
</testsuite>
<testsuite name="undefined" errors="0" failures="0" skipped="1" timestamp="2019-03-15T18:51:46" time="0.11" tests="1">
<testcase classname=" multi-config" name=" multi-config" time="0">
<skipped/>
</testcase>
</testsuite>
<testsuite name="utils" errors="0" failures="0" skipped="0" timestamp="2019-03-15T18:51:44" time="2.078" tests="29">
<testcase classname="utils createProperty should create properties for Boolean" name="utils createProperty should create properties for Boolean" time="0.012">
</testcase>
<testcase classname="utils createProperty should create properties for Number" name="utils createProperty should create properties for Number" time="0.001">
</testcase>
<testcase classname="utils createProperty should create properties for String" name="utils createProperty should create properties for String" time="0.001">
</testcase>
<testcase classname="utils createProperty should create properties for complex keys" name="utils createProperty should create properties for complex keys" time="0">
</testcase>
<testcase classname="utils createProperty should create properties for non-literal keys" name="utils createProperty should create properties for non-literal keys" time="0.001">
</testcase>
<testcase classname="utils findPluginsByName should find plugins in AST" name="utils findPluginsByName should find plugins in AST" time="0.01">
</testcase>
<testcase classname="utils findPluginsByName should find all plugins in AST" name="utils findPluginsByName should find all plugins in AST" time="0.001">
</testcase>
<testcase classname="utils findPluginsByName should not find false positives" name="utils findPluginsByName should not find false positives" time="0.002">
</testcase>
<testcase classname="utils findPluginsArrayAndRemoveIfEmpty should remove plugins property" name="utils findPluginsArrayAndRemoveIfEmpty should remove plugins property" time="0.006">
</testcase>
<testcase classname="utils findPluginsArrayAndRemoveIfEmpty It should not remove plugins array, given an array with length greater than zero" name="utils findPluginsArrayAndRemoveIfEmpty It should not remove plugins array, given an array with length greater than zero" time="0.002">
</testcase>
<testcase classname="utils findRootNodesByName should find plugins: [] nodes" name="utils findRootNodesByName should find plugins: [] nodes" time="0.001">
</testcase>
<testcase classname="utils findRootNodesByName should not find plugins: [] nodes" name="utils findRootNodesByName should not find plugins: [] nodes" time="0.001">
</testcase>
<testcase classname="utils createOrUpdatePluginByName should create a new plugin without arguments" name="utils createOrUpdatePluginByName should create a new plugin without arguments" time="0.003">
</testcase>
<testcase classname="utils createOrUpdatePluginByName should create a new plugin with arguments" name="utils createOrUpdatePluginByName should create a new plugin with arguments" time="0.002">
</testcase>
<testcase classname="utils createOrUpdatePluginByName should add an object as an argument" name="utils createOrUpdatePluginByName should add an object as an argument" time="0.001">
</testcase>
<testcase classname="utils createOrUpdatePluginByName should merge options objects" name="utils createOrUpdatePluginByName should merge options objects" time="0.004">
</testcase>
<testcase classname="utils findVariableToPlugin should find the variable name of a plugin" name="utils findVariableToPlugin should find the variable name of a plugin" time="0.001">
</testcase>
<testcase classname="utils createLiteral should create basic literal" name="utils createLiteral should create basic literal" time="0">
</testcase>
<testcase classname="utils createLiteral should create boolean" name="utils createLiteral should create boolean" time="0">
</testcase>
<testcase classname="utils createIdentifierOrLiteral should create basic literal" name="utils createIdentifierOrLiteral should create basic literal" time="0">
</testcase>
<testcase classname="utils createIdentifierOrLiteral should create boolean" name="utils createIdentifierOrLiteral should create boolean" time="0.004">
</testcase>
<testcase classname="utils findObjWithOneOfKeys should find keys" name="utils findObjWithOneOfKeys should find keys" time="0.002">
</testcase>
<testcase classname="utils getRequire should create a require statement" name="utils getRequire should create a require statement" time="0.001">
</testcase>
<testcase classname="utils safeTraverse should safe traverse" name="utils safeTraverse should safe traverse" time="0">
</testcase>
<testcase classname="utils safeTraverse should safe traverse thrice" name="utils safeTraverse should safe traverse thrice" time="0">
</testcase>
<testcase classname="utils safeTraverseAndGetType should safe traverse and get type" name="utils safeTraverseAndGetType should safe traverse and get type" time="0">
</testcase>
<testcase classname="utils safeTraverseAndGetType should safe traverse and return false if not found" name="utils safeTraverseAndGetType should safe traverse and return false if not found" time="0">
</testcase>
<testcase classname="utils addProperty add entry property using init" name="utils addProperty add entry property using init" time="0.003">
</testcase>
<testcase classname="utils addProperty add entry property using add" name="utils addProperty add entry property using add" time="0.006">
</testcase>
</testsuite>
<testsuite name="resolve-packages" errors="0" failures="0" skipped="0" timestamp="2019-03-15T18:51:46" time="0.101" tests="3">
<testcase classname="resolve-packages should resolve a location of a published module" name="resolve-packages should resolve a location of a published module" time="0.001">
</testcase>
<testcase classname="resolve-packages should be empty if argument is blank" name="resolve-packages should be empty if argument is blank" time="0.001">
</testcase>
<testcase classname="resolve-packages should resolve multiple locations of published modules" name="resolve-packages should resolve multiple locations of published modules" time="0">
</testcase>
</testsuite>
<testsuite name="validate-identifier" errors="0" failures="0" skipped="0" timestamp="2019-03-15T18:51:46" time="0.097" tests="6">
<testcase classname="validate-identifier should return true for reserved keyword" name="validate-identifier should return true for reserved keyword" time="0.002">
</testcase>
<testcase classname="validate-identifier should return false for unreserved keyword" name="validate-identifier should return false for unreserved keyword" time="0.001">
</testcase>
<testcase classname="validate-identifier should retrun false if literal is not in U+200C zero width non-joiner, U+200D zero width joiner, or any symbol with the Unicode derived core property ID_Continue" name="validate-identifier should retrun false if literal is not in U+200C zero width non-joiner, U+200D zero width joiner, or any symbol with the Unicode derived core property ID_Continue" time="0">
</testcase>
<testcase classname="validate-identifier should retrun true if literal is in U+200C zero width non-joiner, U+200D zero width joiner, or any symbol with the Unicode derived core property ID_Continue" name="validate-identifier should retrun true if literal is in U+200C zero width non-joiner, U+200D zero width joiner, or any symbol with the Unicode derived core property ID_Continue" time="0">
</testcase>
<testcase classname="validate-identifier should return true if literal name starts with $, _ or any symbol with the unicode derived core property ID_Start" name="validate-identifier should return true if literal name starts with $, _ or any symbol with the unicode derived core property ID_Start" time="0">
</testcase>
<testcase classname="validate-identifier should return false if literal name does not starts with $, _ or any symbol with the unicode derived core property ID_Start" name="validate-identifier should return false if literal name does not starts with $, _ or any symbol with the unicode derived core property ID_Start" time="0">
</testcase>
</testsuite>
<testsuite name="init" errors="0" failures="0" skipped="0" timestamp="2019-03-15T18:51:46" time="0.359" tests="7">
<testcase classname="init transforms correctly using "fixture-1" data" name="init transforms correctly using "fixture-1" data" time="0.123">
</testcase>
<testcase classname="add transforms correctly using "fixture-2" data" name="add transforms correctly using "fixture-2" data" time="0.012">
</testcase>
<testcase classname="remove transforms correctly using "fixture-3" data" name="remove transforms correctly using "fixture-3" data" time="0.019">
</testcase>
<testcase classname="remove transforms correctly using "fixture-3" data" name="remove transforms correctly using "fixture-3" data" time="0.019">
</testcase>
<testcase classname="remove transforms correctly using "fixture-3" data" name="remove transforms correctly using "fixture-3" data" time="0.012">
</testcase>
<testcase classname="remove transforms correctly using "fixture-3" data" name="remove transforms correctly using "fixture-3" data" time="0.009">
</testcase>
<testcase classname="remove transforms correctly using "fixture-3" data" name="remove transforms correctly using "fixture-3" data" time="0.008">
</testcase>
</testsuite>
<testsuite name="commonsChunkPlugin" errors="0" failures="0" skipped="0" timestamp="2019-03-15T18:51:46" time="0.484" tests="11">
<testcase classname="commonsChunkPlugin transforms correctly using "commonsChunkPlugin-0" data" name="commonsChunkPlugin transforms correctly using "commonsChunkPlugin-0" data" time="0.255">
</testcase>
<testcase classname="commonsChunkPlugin transforms correctly using "commonsChunkPlugin-1" data" name="commonsChunkPlugin transforms correctly using "commonsChunkPlugin-1" data" time="0.007">
</testcase>
<testcase classname="commonsChunkPlugin transforms correctly using "commonsChunkPlugin-2" data" name="commonsChunkPlugin transforms correctly using "commonsChunkPlugin-2" data" time="0.004">
</testcase>
<testcase classname="commonsChunkPlugin transforms correctly using "commonsChunkPlugin-3" data" name="commonsChunkPlugin transforms correctly using "commonsChunkPlugin-3" data" time="0.004">
</testcase>
<testcase classname="commonsChunkPlugin transforms correctly using "commonsChunkPlugin-4" data" name="commonsChunkPlugin transforms correctly using "commonsChunkPlugin-4" data" time="0.008">
</testcase>
<testcase classname="commonsChunkPlugin transforms correctly using "commonsChunkPlugin-5" data" name="commonsChunkPlugin transforms correctly using "commonsChunkPlugin-5" data" time="0.007">
</testcase>
<testcase classname="commonsChunkPlugin transforms correctly using "commonsChunkPlugin-6a" data" name="commonsChunkPlugin transforms correctly using "commonsChunkPlugin-6a" data" time="0.012">
</testcase>
<testcase classname="commonsChunkPlugin transforms correctly using "commonsChunkPlugin-6b" data" name="commonsChunkPlugin transforms correctly using "commonsChunkPlugin-6b" data" time="0.009">
</testcase>
<testcase classname="commonsChunkPlugin transforms correctly using "commonsChunkPlugin-6c" data" name="commonsChunkPlugin transforms correctly using "commonsChunkPlugin-6c" data" time="0.006">
</testcase>
<testcase classname="commonsChunkPlugin transforms correctly using "commonsChunkPlugin-6d" data" name="commonsChunkPlugin transforms correctly using "commonsChunkPlugin-6d" data" time="0.007">
</testcase>
<testcase classname="commonsChunkPlugin transforms correctly using "commonsChunkPlugin-7" data" name="commonsChunkPlugin transforms correctly using "commonsChunkPlugin-7" data" time="0.006">
</testcase>
</testsuite>
<testsuite name="transform" errors="0" failures="0" skipped="0" timestamp="2019-03-15T18:51:46" time="1.19" tests="4">
<testcase classname="transform should not transform if no transformations defined" name="transform should not transform if no transformations defined" time="0.019">
</testcase>
<testcase classname="transform should transform using all transformations" name="transform should transform using all transformations" time="0.054">
</testcase>
<testcase classname="transform should transform only using specified transformations" name="transform should transform only using specified transformations" time="0.011">
</testcase>
<testcase classname="transform should respect recast options" name="transform should respect recast options" time="0.038">
</testcase>
</testsuite>
<testsuite name="undefined" errors="0" failures="0" skipped="0" timestamp="2019-03-15T18:51:46" time="1.149" tests="1">
<testcase classname=" help-output" name=" help-output" time="1.004">
</testcase>
</testsuite>
<testsuite name="undefined" errors="0" failures="0" skipped="0" timestamp="2019-03-15T18:51:47" time="3.456" tests="1">
<testcase classname=" output-library-single" name=" output-library-single" time="3.336">
</testcase>
</testsuite>
<testsuite name="undefined" errors="0" failures="0" skipped="0" timestamp="2019-03-15T18:51:47" time="3.598" tests="1">
<testcase classname=" named-entry" name=" named-entry" time="3.37">
</testcase>
</testsuite>
<testsuite name="undefined" errors="0" failures="0" skipped="0" timestamp="2019-03-15T18:51:46" time="4.193" tests="1">
<testcase classname=" complex" name=" complex" time="4.054">
</testcase>
</testsuite>
<testsuite name="undefined" errors="0" failures="0" skipped="0" timestamp="2019-03-15T18:51:46" time="4.341" tests="1">
<testcase classname=" output-library-many" name=" output-library-many" time="4.126">
</testcase>
</testsuite>
<testsuite name="is-local-path" errors="0" failures="0" skipped="0" timestamp="2019-03-15T18:51:51" time="0.187" tests="4">
<testcase classname="is-local-path returns true for paths beginning in the current directory" name="is-local-path returns true for paths beginning in the current directory" time="0.001">
</testcase>
<testcase classname="is-local-path returns true for absolute paths" name="is-local-path returns true for absolute paths" time="0">
</testcase>
<testcase classname="is-local-path returns false for npm packages names" name="is-local-path returns false for npm packages names" time="0.001">
</testcase>
<testcase classname="is-local-path returns false for scoped npm package names" name="is-local-path returns false for scoped npm package names" time="0">
</testcase>
</testsuite>
<testsuite name="undefined" errors="0" failures="0" skipped="0" timestamp="2019-03-15T18:51:51" time="1.022" tests="1">
<testcase classname=" non-hyphenated-args" name=" non-hyphenated-args" time="0.924">
</testcase>
</testsuite>
<testsuite name="undefined" errors="0" failures="0" skipped="0" timestamp="2019-03-15T18:51:51" time="1.795" tests="1">
<testcase classname=" module-bind" name=" module-bind" time="1.609">
</testcase>
</testsuite>
<testsuite name="undefined" errors="0" failures="0" skipped="0" timestamp="2019-03-15T18:51:51" time="1.789" tests="1">
<testcase classname=" single-config" name=" single-config" time="1.616">
</testcase>
</testsuite>
<testsuite name="undefined" errors="0" failures="0" skipped="1" timestamp="2019-03-15T18:51:52" time="0.126" tests="1">
<testcase classname=" uglifyjsplugin-empty-args" name=" uglifyjsplugin-empty-args" time="0">
<skipped/>
</testcase>
</testsuite>
<testsuite name="undefined" errors="0" failures="0" skipped="0" timestamp="2019-03-15T18:51:52" time="1.713" tests="1">
<testcase classname=" multi-file" name=" multi-file" time="1.576">
</testcase>
</testsuite>
<testsuite name="npmPackagesExists" errors="0" failures="0" skipped="0" timestamp="2019-03-15T18:51:51" time="3.388" tests="2">
<testcase classname="npmPackagesExists resolves packages when they are available on the local filesystem" name="npmPackagesExists resolves packages when they are available on the local filesystem" time="0.001">
</testcase>
<testcase classname="npmPackagesExists throws a TypeError when an npm package name doesn't include the prefix" name="npmPackagesExists throws a TypeError when an npm package name doesn't include the prefix" time="0.005">
</testcase>
</testsuite>
<testsuite name="undefined" errors="0" failures="0" skipped="0" timestamp="2019-03-15T18:51:52" time="1.767" tests="1">
<testcase classname=" found-many" name=" found-many" time="1.646">
</testcase>
</testsuite>
<testsuite name="undefined" errors="0" failures="0" skipped="0" timestamp="2019-03-15T18:51:53" time="1.649" tests="1">
<testcase classname=" array" name=" array" time="1.551">
</testcase>
</testsuite>
<testsuite name="undefined" errors="0" failures="0" skipped="0" timestamp="2019-03-15T18:51:54" time="1.163" tests="1">
<testcase classname=" string" name=" string" time="1.02">
</testcase>
</testsuite>
<testsuite name="undefined" errors="0" failures="0" skipped="0" timestamp="2019-03-15T18:51:54" time="1.077" tests="1">
<testcase classname=" found-one" name=" found-one" time="0.965">
</testcase>
</testsuite>
<testsuite name="undefined" errors="0" failures="0" skipped="0" timestamp="2019-03-15T18:51:54" time="1.084" tests="1">
<testcase classname=" cli-override" name=" cli-override" time="0.965">
</testcase>
</testsuite>
<testsuite name="undefined" errors="0" failures="0" skipped="0" timestamp="2019-03-15T18:51:54" time="1.841" tests="1">
<testcase classname=" plugins-precedence" name=" plugins-precedence" time="1.708">
</testcase>
</testsuite>
<testsuite name="loaders" errors="0" failures="0" skipped="0" timestamp="2019-03-15T18:51:55" time="0.264" tests="9">
<testcase classname="loaders transforms correctly using "loaders-0" data" name="loaders transforms correctly using "loaders-0" data" time="0.092">
</testcase>
<testcase classname="loaders transforms correctly using "loaders-1" data" name="loaders transforms correctly using "loaders-1" data" time="0.005">
</testcase>
<testcase classname="loaders transforms correctly using "loaders-2" data" name="loaders transforms correctly using "loaders-2" data" time="0.006">
</testcase>
<testcase classname="loaders transforms correctly using "loaders-3" data" name="loaders transforms correctly using "loaders-3" data" time="0.006">
</testcase>
<testcase classname="loaders transforms correctly using "loaders-4" data" name="loaders transforms correctly using "loaders-4" data" time="0.004">
</testcase>
<testcase classname="loaders transforms correctly using "loaders-5" data" name="loaders transforms correctly using "loaders-5" data" time="0.008">
</testcase>
<testcase classname="loaders transforms correctly using "loaders-6" data" name="loaders transforms correctly using "loaders-6" data" time="0.006">
</testcase>
<testcase classname="loaders transforms correctly using "loaders-7" data" name="loaders transforms correctly using "loaders-7" data" time="0.005">
</testcase>
<testcase classname="loaders transforms correctly using "loaders-8" data" name="loaders transforms correctly using "loaders-8" data" time="0.007">
</testcase>
</testsuite>
<testsuite name="undefined" errors="0" failures="0" skipped="1" timestamp="2019-03-15T18:51:56" time="0.091" tests="1">
<testcase classname=" webpack-ts-config" name=" webpack-ts-config" time="0">
<skipped/>
</testcase>
</testsuite>
<testsuite name="undefined" errors="0" failures="0" skipped="0" timestamp="2019-03-15T18:51:55" time="0.671" tests="1">
<testcase classname=" info-verbosity" name=" info-verbosity" time="0.568">
</testcase>
</testsuite>
<testsuite name="undefined" errors="0" failures="0" skipped="0" timestamp="2019-03-15T18:51:55" time="0.873" tests="1">
<testcase classname=" clean-webpack-options" name=" clean-webpack-options" time="0.779">
</testcase>
</testsuite>
<testsuite name="removeDeprecatedPlugins" errors="0" failures="0" skipped="0" timestamp="2019-03-15T18:51:56" time="0.353" tests="5">
<testcase classname="removeDeprecatedPlugins transforms correctly using "removeDeprecatedPlugins-0" data" name="removeDeprecatedPlugins transforms correctly using "removeDeprecatedPlugins-0" data" time="0.159">
</testcase>
<testcase classname="removeDeprecatedPlugins transforms correctly using "removeDeprecatedPlugins-1" data" name="removeDeprecatedPlugins transforms correctly using "removeDeprecatedPlugins-1" data" time="0.002">
</testcase>
<testcase classname="removeDeprecatedPlugins transforms correctly using "removeDeprecatedPlugins-2" data" name="removeDeprecatedPlugins transforms correctly using "removeDeprecatedPlugins-2" data" time="0.003">
</testcase>
<testcase classname="removeDeprecatedPlugins transforms correctly using "removeDeprecatedPlugins-3" data" name="removeDeprecatedPlugins transforms correctly using "removeDeprecatedPlugins-3" data" time="0.087">
</testcase>
<testcase classname="removeDeprecatedPlugins transforms correctly using "removeDeprecatedPlugins-4" data" name="removeDeprecatedPlugins transforms correctly using "removeDeprecatedPlugins-4" data" time="0.005">
</testcase>
</testsuite>
<testsuite name="undefined" errors="0" failures="0" skipped="0" timestamp="2019-03-15T18:51:55" time="1.83" tests="1">
<testcase classname=" info-verbosity" name=" info-verbosity" time="1.711">
</testcase>
</testsuite>
<testsuite name="undefined" errors="0" failures="0" skipped="0" timestamp="2019-03-15T18:51:56" time="0.954" tests="1">
<testcase classname=" invalid-array" name=" invalid-array" time="0.848">
</testcase>
</testsuite>
<testsuite name="makeLoaderName" errors="0" failures="0" skipped="0" timestamp="2019-03-15T18:51:56" time="1.882" tests="2">
<testcase classname="makeLoaderName should kebab-case loader name and append '-loader'" name="makeLoaderName should kebab-case loader name and append '-loader'" time="0.002">
</testcase>
<testcase classname="makeLoaderName should not modify a properly formatted loader name" name="makeLoaderName should not modify a properly formatted loader name" time="0">
</testcase>
</testsuite>
<testsuite name="undefined" errors="0" failures="0" skipped="0" timestamp="2019-03-15T18:51:57" time="0.834" tests="1">
<testcase classname=" invalid-type" name=" invalid-type" time="0.728">
</testcase>
</testsuite>
<testsuite name="undefined" errors="0" failures="0" skipped="0" timestamp="2019-03-15T18:51:56" time="1.781" tests="1">
<testcase classname=" set-explicitly" name=" set-explicitly" time="1.668">
</testcase>
</testsuite>
<testsuite name="undefined" errors="0" failures="0" skipped="0" timestamp="2019-03-15T18:51:58" time="1.07" tests="1">
<testcase classname=" custom-preset" name=" custom-preset" time="0.969">
</testcase>
</testsuite>
<testsuite name="undefined" errors="0" failures="0" skipped="0" timestamp="2019-03-15T18:51:58" time="1.135" tests="1">
<testcase classname=" output-argument" name=" output-argument" time="1.009">
</testcase>
</testsuite>
<testsuite name="undefined" errors="0" failures="0" skipped="0" timestamp="2019-03-15T18:51:57" time="1.935" tests="1">
<testcase classname=" find-recursively" name=" find-recursively" time="1.822">
</testcase>
</testsuite>
<testsuite name="undefined" errors="0" failures="0" skipped="0" timestamp="2019-03-15T18:51:58" time="1.732" tests="1">
<testcase classname=" function-promise" name=" function-promise" time="1.629">
</testcase>
</testsuite>
<testsuite name="npm-exists" errors="0" failures="0" skipped="0" timestamp="2019-03-15T18:52:00" time="0.112" tests="2">
<testcase classname="npm-exists should successfully existence of a published module" name="npm-exists should successfully existence of a published module" time="0.003">
</testcase>
<testcase classname="npm-exists should return false for the existence of a fake module" name="npm-exists should return false for the existence of a fake module" time="0">
</testcase>
</testsuite>
<testsuite name="undefined" errors="0" failures="0" skipped="0" timestamp="2019-03-15T18:51:59" time="1.148" tests="1">
<testcase classname=" function" name=" function" time="1.034">
</testcase>
</testsuite>
<testsuite name="undefined" errors="0" failures="0" skipped="0" timestamp="2019-03-15T18:51:59" time="1.296" tests="1">
<testcase classname=" promise" name=" promise" time="1.173">
</testcase>
</testsuite>
<testsuite name="undefined" errors="0" failures="0" skipped="0" timestamp="2019-03-15T18:51:59" time="1.263" tests="1">
<testcase classname=" object" name=" object" time="1.167">
</testcase>
</testsuite>
<testsuite name="undefined" errors="0" failures="0" skipped="0" timestamp="2019-03-15T18:52:00" time="1.881" tests="1">
<testcase classname=" set-implicitly" name=" set-implicitly" time="1.787">
</testcase>
</testsuite>
<testsuite name="undefined" errors="0" failures="0" skipped="0" timestamp="2019-03-15T18:52:00" time="1.906" tests="1">
<testcase classname=" find-recursively" name=" find-recursively" time="1.795">
</testcase>
</testsuite>
<testsuite name="undefined" errors="0" failures="0" skipped="0" timestamp="2019-03-15T18:52:01" time="1.177" tests="1">
<testcase classname=" none" name=" none" time="1.052">
</testcase>
</testsuite>
<testsuite name="undefined" errors="0" failures="0" skipped="0" timestamp="2019-03-15T18:52:01" time="1.307" tests="1">
<testcase classname=" production" name=" production" time="1.186">
</testcase>
</testsuite>
<testsuite name="uglifyJsPlugin" errors="0" failures="0" skipped="0" timestamp="2019-03-15T18:52:02" time="0.217" tests="5">
<testcase classname="uglifyJsPlugin transforms correctly using "uglifyJsPlugin-0" data" name="uglifyJsPlugin transforms correctly using "uglifyJsPlugin-0" data" time="0.092">
</testcase>
<testcase classname="uglifyJsPlugin transforms correctly using "uglifyJsPlugin-1" data" name="uglifyJsPlugin transforms correctly using "uglifyJsPlugin-1" data" time="0.006">
</testcase>
<testcase classname="uglifyJsPlugin transforms correctly using "uglifyJsPlugin-2" data" name="uglifyJsPlugin transforms correctly using "uglifyJsPlugin-2" data" time="0.006">
</testcase>
<testcase classname="uglifyJsPlugin transforms correctly using "uglifyJsPlugin-3" data" name="uglifyJsPlugin transforms correctly using "uglifyJsPlugin-3" data" time="0.009">
</testcase>
<testcase classname="uglifyJsPlugin transforms correctly using "uglifyJsPlugin-4" data" name="uglifyJsPlugin transforms correctly using "uglifyJsPlugin-4" data" time="0.015">
</testcase>
</testsuite>
<testsuite name="undefined" errors="0" failures="0" skipped="0" timestamp="2019-03-15T18:52:02" time="1.078" tests="1">
<testcase classname=" not-found" name=" not-found" time="0.948">
</testcase>
</testsuite>
<testsuite name="loaderOptionsPlugin" errors="0" failures="0" skipped="0" timestamp="2019-03-15T18:52:03" time="0.228" tests="4">
<testcase classname="loaderOptionsPlugin transforms correctly using "loaderOptionsPlugin-0" data" name="loaderOptionsPlugin transforms correctly using "loaderOptionsPlugin-0" data" time="0.099">
</testcase>
<testcase classname="loaderOptionsPlugin transforms correctly using "loaderOptionsPlugin-1" data" name="loaderOptionsPlugin transforms correctly using "loaderOptionsPlugin-1" data" time="0.011">
</testcase>
<testcase classname="loaderOptionsPlugin transforms correctly using "loaderOptionsPlugin-2" data" name="loaderOptionsPlugin transforms correctly using "loaderOptionsPlugin-2" data" time="0.003">
</testcase>
<testcase classname="loaderOptionsPlugin transforms correctly using "loaderOptionsPlugin-3" data" name="loaderOptionsPlugin transforms correctly using "loaderOptionsPlugin-3" data" time="0.005">
</testcase>
</testsuite>
<testsuite name="undefined" errors="0" failures="0" skipped="0" timestamp="2019-03-15T18:52:02" time="1.446" tests="1">
<testcase classname=" build-delimiter" name=" build-delimiter" time="1.306">
</testcase>
</testsuite>
<testsuite name="undefined" errors="0" failures="0" skipped="0" timestamp="2019-03-15T18:52:02" time="1.125" tests="1">
<testcase classname=" none" name=" none" time="1.038">
</testcase>
</testsuite>
<testsuite name="moduleConcatenationPlugin" errors="0" failures="0" skipped="0" timestamp="2019-03-15T18:52:03" time="0.222" tests="3">
<testcase classname="moduleConcatenationPlugin transforms correctly using "moduleConcatenationPlugin-0" data" name="moduleConcatenationPlugin transforms correctly using "moduleConcatenationPlugin-0" data" time="0.114">
</testcase>
<testcase classname="moduleConcatenationPlugin transforms correctly using "moduleConcatenationPlugin-1" data" name="moduleConcatenationPlugin transforms correctly using "moduleConcatenationPlugin-1" data" time="0.005">
</testcase>
<testcase classname="moduleConcatenationPlugin transforms correctly using "moduleConcatenationPlugin-2" data" name="moduleConcatenationPlugin transforms correctly using "moduleConcatenationPlugin-2" data" time="0.009">
</testcase>
</testsuite>
<testsuite name="removeJsonLoader" errors="0" failures="0" skipped="0" timestamp="2019-03-15T18:52:03" time="0.195" tests="4">
<testcase classname="removeJsonLoader transforms correctly using "removeJsonLoader-0" data" name="removeJsonLoader transforms correctly using "removeJsonLoader-0" data" time="0.049">
</testcase>
<testcase classname="removeJsonLoader transforms correctly using "removeJsonLoader-1" data" name="removeJsonLoader transforms correctly using "removeJsonLoader-1" data" time="0.004">
</testcase>
<testcase classname="removeJsonLoader transforms correctly using "removeJsonLoader-2" data" name="removeJsonLoader transforms correctly using "removeJsonLoader-2" data" time="0.003">
</testcase>
<testcase classname="removeJsonLoader transforms correctly using "removeJsonLoader-3" data" name="removeJsonLoader transforms correctly using "removeJsonLoader-3" data" time="0.002">
</testcase>
</testsuite>
<testsuite name="undefined" errors="0" failures="0" skipped="0" timestamp="2019-03-15T18:52:02" time="2.031" tests="1">
<testcase classname=" not-found" name=" not-found" time="1.914">
</testcase>
</testsuite>
<testsuite name="undefined" errors="0" failures="0" skipped="0" timestamp="2019-03-15T18:52:03" time="1.129" tests="1">
<testcase classname=" display-entrypoints" name=" display-entrypoints" time="1.032">
</testcase>
</testsuite>
<testsuite name="noEmitOnErrorsPlugin" errors="0" failures="0" skipped="0" timestamp="2019-03-15T18:52:05" time="0.181" tests="3">
<testcase classname="noEmitOnErrorsPlugin transforms correctly using "noEmitOnErrorsPlugin-0" data" name="noEmitOnErrorsPlugin transforms correctly using "noEmitOnErrorsPlugin-0" data" time="0.066">
</testcase>
<testcase classname="noEmitOnErrorsPlugin transforms correctly using "noEmitOnErrorsPlugin-1" data" name="noEmitOnErrorsPlugin transforms correctly using "noEmitOnErrorsPlugin-1" data" time="0.005">
</testcase>
<testcase classname="noEmitOnErrorsPlugin transforms correctly using "noEmitOnErrorsPlugin-2" data" name="noEmitOnErrorsPlugin transforms correctly using "noEmitOnErrorsPlugin-2" data" time="0.003">
</testcase>
</testsuite>
<testsuite name="undefined" errors="0" failures="0" skipped="0" timestamp="2019-03-15T18:52:04" time="1.201" tests="1">
<testcase classname=" multi-config" name=" multi-config" time="1.076">
</testcase>
</testsuite>
<testsuite name="undefined" errors="0" failures="0" skipped="0" timestamp="2019-03-15T18:52:03" time="1.855" tests="1">
<testcase classname=" info-verbosity" name=" info-verbosity" time="1.672">
</testcase>
</testsuite>
<testsuite name="undefined" errors="0" failures="0" skipped="0" timestamp="2019-03-15T18:52:03" time="1.735" tests="1">
<testcase classname=" profile" name=" profile" time="1.644">
</testcase>
</testsuite>
<testsuite name="bannerPlugin" errors="0" failures="0" skipped="0" timestamp="2019-03-15T18:52:05" time="0.181" tests="3">
<testcase classname="bannerPlugin transforms correctly using "bannerPlugin-0" data" name="bannerPlugin transforms correctly using "bannerPlugin-0" data" time="0.049">
</testcase>
<testcase classname="bannerPlugin transforms correctly using "bannerPlugin-1" data" name="bannerPlugin transforms correctly using "bannerPlugin-1" data" time="0.003">
</testcase>
<testcase classname="bannerPlugin transforms correctly using "bannerPlugin-2" data" name="bannerPlugin transforms correctly using "bannerPlugin-2" data" time="0.002">
</testcase>
</testsuite>
<testsuite name="namedModulesPlugin" errors="0" failures="0" skipped="0" timestamp="2019-03-15T18:52:05" time="0.285" tests="3">
<testcase classname="namedModulesPlugin transforms correctly using "namedModulesPlugin-0" data" name="namedModulesPlugin transforms correctly using "namedModulesPlugin-0" data" time="0.171">
</testcase>
<testcase classname="namedModulesPlugin transforms correctly using "namedModulesPlugin-1" data" name="namedModulesPlugin transforms correctly using "namedModulesPlugin-1" data" time="0.005">
</testcase>
<testcase classname="namedModulesPlugin transforms correctly using "namedModulesPlugin-2" data" name="namedModulesPlugin transforms correctly using "namedModulesPlugin-2" data" time="0.003">
</testcase>
</testsuite>
<testsuite name="outputPath" errors="0" failures="0" skipped="0" timestamp="2019-03-15T18:52:05" time="0.199" tests="3">
<testcase classname="outputPath transforms correctly using "outputPath-0" data" name="outputPath transforms correctly using "outputPath-0" data" time="0.095">
</testcase>
<testcase classname="outputPath transforms correctly using "outputPath-1" data" name="outputPath transforms correctly using "outputPath-1" data" time="0.004">
</testcase>
<testcase classname="outputPath transforms correctly using "outputPath-2" data" name="outputPath transforms correctly using "outputPath-2" data" time="0.005">
</testcase>
</testsuite>
<testsuite name="extractTextPlugin" errors="0" failures="0" skipped="0" timestamp="2019-03-15T18:52:05" time="0.144" tests="1">
<testcase classname="extractTextPlugin transforms correctly" name="extractTextPlugin transforms correctly" time="0.058">
</testcase>
</testsuite>
<testsuite name="resolve" errors="0" failures="0" skipped="0" timestamp="2019-03-15T18:52:06" time="0.143" tests="1">
<testcase classname="resolve transforms correctly" name="resolve transforms correctly" time="0.048">
</testcase>
</testsuite>
<testsuite name="undefined" errors="0" failures="0" skipped="0" timestamp="2019-03-15T18:52:05" time="1.426" tests="1">
<testcase classname=" silent" name=" silent" time="1.299">
</testcase>
</testsuite>
<testsuite name="undefined" errors="0" failures="0" skipped="0" timestamp="2019-03-15T18:52:05" time="1.134" tests="1">
<testcase classname=" none" name=" none" time="1.02">
</testcase>
</testsuite>
<testsuite name="undefined" errors="0" failures="0" skipped="0" timestamp="2019-03-15T18:52:05" time="9.811" tests="1">
<testcase classname=" webpack-babel-config" name=" webpack-babel-config" time="9.626">
</testcase>
</testsuite>
</testsuites>