qunitx 0.4.1 → 0.4.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +3 -3
  2. package/test-output.log +213 -199
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "qunitx",
3
3
  "type": "module",
4
- "version": "0.4.1",
4
+ "version": "0.4.2",
5
5
  "description": "Experimental improvements, suggestions for qunit CLI",
6
6
  "author": "Izel Nakri",
7
7
  "license": "MIT",
@@ -40,12 +40,12 @@
40
40
  "@nanoexpress/middleware-static-serve": "^1.0.4",
41
41
  "cheerio": "^1.0.0-rc.10",
42
42
  "chokidar": "^3.5.3",
43
- "esbuild": "^0.17.18",
43
+ "esbuild": "^0.17.19",
44
44
  "js-yaml": "^4.1.0",
45
45
  "kleur": "^4.1.5",
46
46
  "nanoexpress": "^6.2.1",
47
47
  "picomatch": "^2.3.1",
48
- "puppeteer": "20.1.2",
48
+ "puppeteer": "20.2.0",
49
49
  "recursive-lookup": "1.1.0",
50
50
  "ts-node": "^10.7.0"
51
51
  },
package/test-output.log CHANGED
@@ -22,32 +22,32 @@ TAP version 13
22
22
  # Subtest: $ qunitx -> prints help text
23
23
  ok 1 - $ qunitx -> prints help text
24
24
  ---
25
- duration_ms: 451.23885
25
+ duration_ms: 786.20008
26
26
  ...
27
27
  # Subtest: $ qunitx print -> prints help text
28
28
  ok 2 - $ qunitx print -> prints help text
29
29
  ---
30
- duration_ms: 691.892276
30
+ duration_ms: 530.633588
31
31
  ...
32
32
  # Subtest: $ qunitx p -> prints help text
33
33
  ok 3 - $ qunitx p -> prints help text
34
34
  ---
35
- duration_ms: 877.748891
35
+ duration_ms: 612.423907
36
36
  ...
37
37
  # Subtest: $ qunitx help -> prints help text
38
38
  ok 4 - $ qunitx help -> prints help text
39
39
  ---
40
- duration_ms: 689.812021
40
+ duration_ms: 606.219447
41
41
  ...
42
42
  # Subtest: $ qunitx h -> prints help text
43
43
  ok 5 - $ qunitx h -> prints help text
44
44
  ---
45
- duration_ms: 413.688395
45
+ duration_ms: 539.144137
46
46
  ...
47
47
  1..5
48
48
  ok 1 - Commands | Help tests
49
49
  ---
50
- duration_ms: 3126.643469
50
+ duration_ms: 3077.161616
51
51
  type: 'suite'
52
52
  ...
53
53
  # Trace:
@@ -63,7 +63,7 @@ ok 1 - Commands | Help tests
63
63
  # 7: placeholder: 1000,
64
64
  # 8: anotherObject: { firstName: 'Izel', createdAt: 2021-03-06T00:00:00.000Z }
65
65
  # 9: }
66
- # 10: ok 2 {{moduleName}} Passing Tests | async test finishes \# (54 ms)
66
+ # 10: ok 2 {{moduleName}} Passing Tests | async test finishes \# (57 ms)
67
67
  # 11: calling deepEqual test case
68
68
  # 12: ok 3 {{moduleName}} Passing Tests | deepEqual true works \# (1 ms)
69
69
  # 13:
@@ -72,7 +72,7 @@ ok 1 - Commands | Help tests
72
72
  # 16: \# pass 3
73
73
  # 17: \# skip 0
74
74
  # 18: \# fail 0
75
- # 19: \# duration 56
75
+ # 19: \# duration 64
76
76
  # 20:
77
77
  # 21: This is running from after script!!
78
78
  # 22:
@@ -89,15 +89,15 @@ ok 1 - Commands | Help tests
89
89
  # Subtest: --after works when it doesnt need to be awaited
90
90
  ok 1 - --after works when it doesnt need to be awaited
91
91
  ---
92
- duration_ms: 471.690474
92
+ duration_ms: 853.882898
93
93
  ...
94
94
  # Trace:
95
95
  # TEST NAME: --after script tests | --after works for --browser mode when it doesnt need to be awaited
96
96
  # TEST COMMAND: node cli.js test/helpers/passing-tests.js --browser --after=test/helpers/after-script-basic.js
97
97
  # 0: \# QUnitX running: http://localhost:1234/
98
98
  # 1: TAP version 13
99
- # 2: ok 1 {{moduleName}} Passing Tests | assert true works \# (2 ms)
100
- # 3: ok 2 {{moduleName}} Passing Tests | async test finishes \# (69 ms)
99
+ # 2: ok 1 {{moduleName}} Passing Tests | assert true works \# (1 ms)
100
+ # 3: ok 2 {{moduleName}} Passing Tests | async test finishes \# (62 ms)
101
101
  # 4: ok 3 {{moduleName}} Passing Tests | deepEqual true works \# (1 ms)
102
102
  # 5:
103
103
  # 6: 1
@@ -105,13 +105,12 @@ ok 1 - Commands | Help tests
105
105
  # 8: \# pass 3
106
106
  # 9: \# skip 0
107
107
  # 10: \# fail 0
108
- # 11: \# duration 636
108
+ # 11: \# duration 792
109
109
  # 12:
110
110
  # 13: This is running from after script!!
111
111
  # 14:
112
112
  #
113
113
  # at execute (file:///home/izelnakri/Github/qunitx/test/helpers/shell.js:11:13)
114
- # at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
115
114
  # at async file:///home/izelnakri/Github/qunitx/test/flags/after-test.js:15:24
116
115
  # at async TestContext.<anonymous> (file:///home/izelnakri/Github/qunitx/shims/nodejs.js:21:12)
117
116
  # at async Test.run (node:internal/test_runner/test:569:9)
@@ -119,7 +118,7 @@ ok 1 - Commands | Help tests
119
118
  # Subtest: --after works for --browser mode when it doesnt need to be awaited
120
119
  ok 2 - --after works for --browser mode when it doesnt need to be awaited
121
120
  ---
122
- duration_ms: 2107.195177
121
+ duration_ms: 1898.388421
123
122
  ...
124
123
  # Trace:
125
124
  # TEST NAME: --after script tests | --after works it needs to be awaited
@@ -127,14 +126,14 @@ ok 1 - Commands | Help tests
127
126
  # 0: \# QUnitX running: /home/izelnakri/Github/qunitx/test/helpers/passing-tests.js
128
127
  # 1: TAP version 13
129
128
  # 2: calling assert true test case
130
- # 3: ok 1 {{moduleName}} Passing Tests | assert true works \# (0 ms)
129
+ # 3: ok 1 {{moduleName}} Passing Tests | assert true works \# (1 ms)
131
130
  # 4: resolving async test
132
131
  # 5: {
133
132
  # 6: moduleName: 'called resolved async test with object',
134
133
  # 7: placeholder: 1000,
135
134
  # 8: anotherObject: { firstName: 'Izel', createdAt: 2021-03-06T00:00:00.000Z }
136
135
  # 9: }
137
- # 10: ok 2 {{moduleName}} Passing Tests | async test finishes \# (54 ms)
136
+ # 10: ok 2 {{moduleName}} Passing Tests | async test finishes \# (55 ms)
138
137
  # 11: calling deepEqual test case
139
138
  # 12: ok 3 {{moduleName}} Passing Tests | deepEqual true works \# (1 ms)
140
139
  # 13:
@@ -164,15 +163,15 @@ ok 1 - Commands | Help tests
164
163
  # Subtest: --after works it needs to be awaited
165
164
  ok 3 - --after works it needs to be awaited
166
165
  ---
167
- duration_ms: 518.113684
166
+ duration_ms: 553.421575
168
167
  ...
169
168
  # Trace:
170
169
  # TEST NAME: --after script tests | --after works for --browser mode it needs to be awaited
171
170
  # TEST COMMAND: node cli.js test/helpers/passing-tests.js --browser --after=test/helpers/after-script-async.js
172
- # 0: \# QUnitX running: http://localhost:1234/
171
+ # 0: \# QUnitX running: http://localhost:1235/
173
172
  # 1: TAP version 13
174
- # 2: ok 1 {{moduleName}} Passing Tests | assert true works \# (2 ms)
175
- # 3: ok 2 {{moduleName}} Passing Tests | async test finishes \# (57 ms)
173
+ # 2: ok 1 {{moduleName}} Passing Tests | assert true works \# (1 ms)
174
+ # 3: ok 2 {{moduleName}} Passing Tests | async test finishes \# (51 ms)
176
175
  # 4: ok 3 {{moduleName}} Passing Tests | deepEqual true works \# (1 ms)
177
176
  # 5:
178
177
  # 6: 1
@@ -180,7 +179,7 @@ ok 1 - Commands | Help tests
180
179
  # 8: \# pass 3
181
180
  # 9: \# skip 0
182
181
  # 10: \# fail 0
183
- # 11: \# duration 748
182
+ # 11: \# duration 566
184
183
  # 12:
185
184
  # 13: This is running from after script!!
186
185
  # 14: After script result is written:
@@ -200,12 +199,12 @@ ok 1 - Commands | Help tests
200
199
  # Subtest: --after works for --browser mode it needs to be awaited
201
200
  ok 4 - --after works for --browser mode it needs to be awaited
202
201
  ---
203
- duration_ms: 1626.413173
202
+ duration_ms: 1571.150719
204
203
  ...
205
204
  1..4
206
205
  ok 2 - --after script tests
207
206
  ---
208
- duration_ms: 4725.585817
207
+ duration_ms: 4881.36348
209
208
  type: 'suite'
210
209
  ...
211
210
  # Trace:
@@ -247,26 +246,24 @@ ok 2 - --after script tests
247
246
  # Subtest: --before works when it doesnt need to be awaited
248
247
  ok 1 - --before works when it doesnt need to be awaited
249
248
  ---
250
- duration_ms: 489.371768
249
+ duration_ms: 400.056453
251
250
  ...
252
251
  # Trace:
253
252
  # TEST NAME: --before script tests | --before works for --browser mode when it doesnt need to be awaited
254
253
  # TEST COMMAND: node cli.js test/helpers/passing-tests.js --browser --before=test/helpers/before-script-basic.js
255
254
  # 0: This is running from before script!!
256
255
  # 1: \# QUnitX running: http://localhost:1235/
257
- # 2: TAP version 13
258
- # 3: ok 1 {{moduleName}} Passing Tests | assert true works \# (1 ms)
259
- # 4: ok 2 {{moduleName}} Passing Tests | async test finishes \# (51 ms)
260
- # 5: ok 3 {{moduleName}} Passing Tests | deepEqual true works \# (1 ms)
261
- # 6:
262
- # 7: 1
263
- # 8: \# tests 3
264
- # 9: \# pass 3
265
- # 10: \# skip 0
266
- # 11: \# fail 0
267
- # 12: \# duration 589
268
- # 13:
269
- # 14:
256
+ # 2: ok 1 {{moduleName}} Passing Tests | async test finishes \# (113 ms)
257
+ # 3: ok 2 {{moduleName}} Passing Tests | deepEqual true works \# (1 ms)
258
+ # 4:
259
+ # 5: 1
260
+ # 6: \# tests 2
261
+ # 7: \# pass 2
262
+ # 8: \# skip 0
263
+ # 9: \# fail 0
264
+ # 10: \# duration 735
265
+ # 11:
266
+ # 12:
270
267
  #
271
268
  # at execute (file:///home/izelnakri/Github/qunitx/test/helpers/shell.js:11:13)
272
269
  # at async file:///home/izelnakri/Github/qunitx/test/flags/before-test.js:15:24
@@ -274,9 +271,22 @@ ok 2 - --after script tests
274
271
  # at async Test.run (node:internal/test_runner/test:569:9)
275
272
  # at async Suite.processPendingSubtests (node:internal/test_runner/test:315:7)
276
273
  # Subtest: --before works for --browser mode when it doesnt need to be awaited
277
- ok 2 - --before works for --browser mode when it doesnt need to be awaited
274
+ not ok 2 - --before works for --browser mode when it doesnt need to be awaited
278
275
  ---
279
- duration_ms: 1397.827176
276
+ duration_ms: 1905.444457
277
+ failureType: 'testCodeFailure'
278
+ error: 'false == true'
279
+ code: 'ERR_ASSERTION'
280
+ name: 'AssertionError'
281
+ expected: true
282
+ actual: false
283
+ operator: '=='
284
+ stack: |-
285
+ assertTAPResult (file:///home/izelnakri/Github/qunitx/test/helpers/assert-stdout.js:102:10)
286
+ file:///home/izelnakri/Github/qunitx/test/flags/before-test.js:19:5
287
+ async TestContext.<anonymous> (file:///home/izelnakri/Github/qunitx/shims/nodejs.js:21:12)
288
+ async Test.run (node:internal/test_runner/test:569:9)
289
+ async Suite.processPendingSubtests (node:internal/test_runner/test:315:7)
280
290
  ...
281
291
  # Trace:
282
292
  # TEST NAME: --before script tests | --before works it needs to be awaited
@@ -284,7 +294,7 @@ ok 2 - --after script tests
284
294
  # 0: This is running from before script!!
285
295
  # 1: Starting before script with:
286
296
  # 2: DOESNT HAVE SERVER RUNNING
287
- # 3: \# HTTPServer [Server]: started successfully at [localhost:1235] in [4ms]
297
+ # 3: \# HTTPServer [Server]: started successfully at [localhost:1235] in [6ms]
288
298
  # 4: Web server started on port 1235
289
299
  # 5: \# QUnitX running: /home/izelnakri/Github/qunitx/test/helpers/passing-tests.js, /home/izelnakri/Github/qunitx/test/helpers/before-script-web-server-tests.js
290
300
  # 6: TAP version 13
@@ -296,18 +306,18 @@ ok 2 - --after script tests
296
306
  # 12: placeholder: 1000,
297
307
  # 13: anotherObject: { firstName: 'Izel', createdAt: 2021-03-06T00:00:00.000Z }
298
308
  # 14: }
299
- # 15: ok 2 {{moduleName}} Passing Tests | async test finishes \# (55 ms)
309
+ # 15: ok 2 {{moduleName}} Passing Tests | async test finishes \# (52 ms)
300
310
  # 16: calling deepEqual test case
301
- # 17: ok 3 {{moduleName}} Passing Tests | deepEqual true works \# (1 ms)
311
+ # 17: ok 3 {{moduleName}} Passing Tests | deepEqual true works \# (0 ms)
302
312
  # 18: req received
303
- # 19: ok 4 {{moduleName}} Before script web server tests | assert true works \# (307 ms)
313
+ # 19: ok 4 {{moduleName}} Before script web server tests | assert true works \# (340 ms)
304
314
  # 20:
305
315
  # 21: 1
306
316
  # 22: \# tests 4
307
317
  # 23: \# pass 4
308
318
  # 24: \# skip 0
309
319
  # 25: \# fail 0
310
- # 26: \# duration 367
320
+ # 26: \# duration 397
311
321
  # 27:
312
322
  # 28:
313
323
  #
@@ -320,7 +330,7 @@ ok 2 - --after script tests
320
330
  # Subtest: --before works it needs to be awaited
321
331
  ok 3 - --before works it needs to be awaited
322
332
  ---
323
- duration_ms: 952.428997
333
+ duration_ms: 1365.461136
324
334
  ...
325
335
  # Trace:
326
336
  # TEST NAME: --before script tests | --before works for --browser mode it needs to be awaited
@@ -330,17 +340,17 @@ ok 2 - --after script tests
330
340
  # 2: \# QUnitX running: http://localhost:1234/
331
341
  # 3: TAP version 13
332
342
  # 4: ok 1 {{moduleName}} Passing Tests | assert true works \# (1 ms)
333
- # 5: ok 2 {{moduleName}} Passing Tests | async test finishes \# (55 ms)
343
+ # 5: ok 2 {{moduleName}} Passing Tests | async test finishes \# (61 ms)
334
344
  # 6: ok 3 {{moduleName}} Passing Tests | deepEqual true works \# (1 ms)
335
345
  # 7: req received
336
- # 8: ok 4 {{moduleName}} Before script web server tests | assert true works \# (273 ms)
346
+ # 8: ok 4 {{moduleName}} Before script web server tests | assert true works \# (254 ms)
337
347
  # 9:
338
348
  # 10: 1
339
349
  # 11: \# tests 4
340
350
  # 12: \# pass 4
341
351
  # 13: \# skip 0
342
352
  # 14: \# fail 0
343
- # 15: \# duration 1043
353
+ # 15: \# duration 843
344
354
  # 16:
345
355
  # 17:
346
356
  #
@@ -352,48 +362,51 @@ ok 2 - --after script tests
352
362
  # Subtest: --before works for --browser mode it needs to be awaited
353
363
  ok 4 - --before works for --browser mode it needs to be awaited
354
364
  ---
355
- duration_ms: 1890.990611
365
+ duration_ms: 2882.614762
356
366
  ...
357
367
  1..4
358
- ok 3 - --before script tests
368
+ not ok 3 - --before script tests
359
369
  ---
360
- duration_ms: 4731.382737
370
+ duration_ms: 6556.975029
361
371
  type: 'suite'
372
+ failureType: 'subtestsFailed'
373
+ error: '1 subtest failed'
374
+ code: 'ERR_TEST_FAILURE'
362
375
  ...
363
376
  # Subtest: Advanced HTML Input Tests
364
377
  # Subtest: testing with specific html without content works
365
378
  ok 1 - testing with specific html without content works
366
379
  ---
367
- duration_ms: 0.327522
380
+ duration_ms: 1.919472
368
381
  ...
369
382
  1..1
370
383
  ok 4 - Advanced HTML Input Tests
371
384
  ---
372
- duration_ms: 2.897734
385
+ duration_ms: 12.473361
373
386
  type: 'suite'
374
387
  ...
375
388
  # Subtest: Advanced Error Edge Cases Tests
376
389
  # Subtest: todo
377
390
  ok 1 - todo
378
391
  ---
379
- duration_ms: 0.163623
392
+ duration_ms: 0.665773
380
393
  ...
381
394
  1..1
382
395
  ok 5 - Advanced Error Edge Cases Tests
383
396
  ---
384
- duration_ms: 0.259482
397
+ duration_ms: 1.110483
385
398
  type: 'suite'
386
399
  ...
387
400
  # Subtest: File and Folder Combination Tests
388
401
  # Subtest: todo
389
402
  ok 1 - todo
390
403
  ---
391
- duration_ms: 0.113673
404
+ duration_ms: 0.277764
392
405
  ...
393
406
  1..1
394
407
  ok 6 - File and Folder Combination Tests
395
408
  ---
396
- duration_ms: 0.201666
409
+ duration_ms: 0.507111
397
410
  type: 'suite'
398
411
  ...
399
412
  # Trace:
@@ -409,16 +422,16 @@ ok 6 - File and Folder Combination Tests
409
422
  # 7: placeholder: 1000,
410
423
  # 8: anotherObject: { firstName: 'Izel', createdAt: 2021-03-06T00:00:00.000Z }
411
424
  # 9: }
412
- # 10: ok 2 {{moduleName}} Passing Tests | async test finishes \# (55 ms)
425
+ # 10: ok 2 {{moduleName}} Passing Tests | async test finishes \# (58 ms)
413
426
  # 11: calling deepEqual test case
414
- # 12: ok 3 {{moduleName}} Passing Tests | deepEqual true works \# (0 ms)
427
+ # 12: ok 3 {{moduleName}} Passing Tests | deepEqual true works \# (1 ms)
415
428
  # 13:
416
429
  # 14: 1
417
430
  # 15: \# tests 3
418
431
  # 16: \# pass 3
419
432
  # 17: \# skip 0
420
433
  # 18: \# fail 0
421
- # 19: \# duration 58
434
+ # 19: \# duration 64
422
435
  # 20:
423
436
  # 21:
424
437
  #
@@ -434,7 +447,7 @@ ok 6 - File and Folder Combination Tests
434
447
  # Subtest: testing a single passing js file works
435
448
  ok 1 - testing a single passing js file works
436
449
  ---
437
- duration_ms: 486.503325
450
+ duration_ms: 713.888088
438
451
  ...
439
452
  # Trace:
440
453
  # ERROR TEST Name: File Input Tests | testing a single failing js file works
@@ -451,12 +464,12 @@ ok 6 - File and Folder Combination Tests
451
464
  # Subtest: testing a single failing js file works
452
465
  ok 2 - testing a single failing js file works
453
466
  ---
454
- duration_ms: 823.324234
467
+ duration_ms: 684.679829
455
468
  ...
456
469
  # Trace:
457
470
  # TEST NAME: File Input Tests | testing a single passing js file with --browser works, console output supressed
458
471
  # TEST COMMAND: node cli.js tmp/test/passing-tests.js --browser
459
- # 0: \# QUnitX running: http://localhost:1234/
472
+ # 0: \# QUnitX running: http://localhost:1235/
460
473
  # 1: TAP version 13
461
474
  # 2: ok 1 {{moduleName}} Passing Tests | assert true works \# (2 ms)
462
475
  # 3: ok 2 {{moduleName}} Passing Tests | async test finishes \# (53 ms)
@@ -467,7 +480,7 @@ ok 6 - File and Folder Combination Tests
467
480
  # 8: \# pass 3
468
481
  # 9: \# skip 0
469
482
  # 10: \# fail 0
470
- # 11: \# duration 580
483
+ # 11: \# duration 599
471
484
  # 12:
472
485
  # 13:
473
486
  #
@@ -479,21 +492,21 @@ ok 6 - File and Folder Combination Tests
479
492
  # Subtest: testing a single passing js file with --browser works, console output supressed
480
493
  ok 3 - testing a single passing js file with --browser works, console output supressed
481
494
  ---
482
- duration_ms: 2017.390845
495
+ duration_ms: 1852.834303
483
496
  ...
484
497
  # Trace:
485
498
  # TEST NAME: File Input Tests | testing a single passing js file with --browser --debug works
486
499
  # TEST COMMAND: node cli.js tmp/test/passing-tests.js --browser --debug
487
- # 0: \# HTTPServer [Server]: started successfully at [localhost:1235] in [253ms]
488
- # 1: \# QUnitX running: http://localhost:1235/
500
+ # 0: \# HTTPServer [Server]: started successfully at [localhost:1234] in [228ms]
501
+ # 1: \# QUnitX running: http://localhost:1234/
489
502
  # 2: \# [HTTPServer] GET /favicon.ico
490
503
  # 3: TAP version 13
491
504
  # 4: calling assert true test case
492
- # 5: ok 1 {{moduleName}} Passing Tests | assert true works \# (2 ms)
505
+ # 5: ok 1 {{moduleName}} Passing Tests | assert true works \# (1 ms)
493
506
  # 6: resolving async test
494
- # 7: ok 2 {{moduleName}} Passing Tests | async test finishes \# (98 ms)
495
- # 8: ok 3 {{moduleName}} Passing Tests | deepEqual true works \# (1 ms)
496
- # 9: calling deepEqual test case
507
+ # 7: ok 2 {{moduleName}} Passing Tests | async test finishes \# (53 ms)
508
+ # 8: calling deepEqual test case
509
+ # 9: ok 3 {{moduleName}} Passing Tests | deepEqual true works \# (1 ms)
497
510
  # 10: {
498
511
  # 11: moduleName: 'called resolved async test with object',
499
512
  # 12: placeholder: 1000,
@@ -505,7 +518,7 @@ ok 6 - File and Folder Combination Tests
505
518
  # 18: \# pass 3
506
519
  # 19: \# skip 0
507
520
  # 20: \# fail 0
508
- # 21: \# duration 659
521
+ # 21: \# duration 642
509
522
  # 22:
510
523
  # 23: \# HTTPServer [Server]: stopped successfully
511
524
  # 24:
@@ -518,7 +531,7 @@ ok 6 - File and Folder Combination Tests
518
531
  # Subtest: testing a single passing js file with --browser --debug works
519
532
  ok 4 - testing a single passing js file with --browser --debug works
520
533
  ---
521
- duration_ms: 1508.994686
534
+ duration_ms: 1588.300407
522
535
  ...
523
536
  # Trace:
524
537
  # ERROR TEST Name: File Input Tests | testing a single failing js with --browser file works
@@ -534,7 +547,7 @@ ok 6 - File and Folder Combination Tests
534
547
  # Subtest: testing a single failing js with --browser file works
535
548
  ok 5 - testing a single failing js with --browser file works
536
549
  ---
537
- duration_ms: 1384.557405
550
+ duration_ms: 1714.33759
538
551
  ...
539
552
  # Trace:
540
553
  # ERROR TEST Name: File Input Tests | testing a single failing js file with --browser --debug works
@@ -550,7 +563,7 @@ ok 6 - File and Folder Combination Tests
550
563
  # Subtest: testing a single failing js file with --browser --debug works
551
564
  ok 6 - testing a single failing js file with --browser --debug works
552
565
  ---
553
- duration_ms: 1447.565264
566
+ duration_ms: 2419.954083
554
567
  ...
555
568
  # Trace:
556
569
  # TEST NAME: File Input Tests | testing a single passing ts file with --browser works, console output supressed
@@ -558,15 +571,15 @@ ok 6 - File and Folder Combination Tests
558
571
  # 0: \# QUnitX running: http://localhost:1235/
559
572
  # 1: TAP version 13
560
573
  # 2: ok 1 {{moduleName}} Passing Tests | assert true works \# (1 ms)
561
- # 3: ok 2 {{moduleName}} Passing Tests | async test finishes \# (56 ms)
562
- # 4: ok 3 {{moduleName}} Passing Tests | deepEqual true works \# (1 ms)
574
+ # 3: ok 2 {{moduleName}} Passing Tests | async test finishes \# (63 ms)
575
+ # 4: ok 3 {{moduleName}} Passing Tests | deepEqual true works \# (0 ms)
563
576
  # 5:
564
577
  # 6: 1
565
578
  # 7: \# tests 3
566
579
  # 8: \# pass 3
567
580
  # 9: \# skip 0
568
581
  # 10: \# fail 0
569
- # 11: \# duration 668
582
+ # 11: \# duration 618
570
583
  # 12:
571
584
  # 13:
572
585
  #
@@ -578,12 +591,12 @@ ok 6 - File and Folder Combination Tests
578
591
  # Subtest: testing a single passing ts file with --browser works, console output supressed
579
592
  ok 7 - testing a single passing ts file with --browser works, console output supressed
580
593
  ---
581
- duration_ms: 1622.011416
594
+ duration_ms: 2444.373212
582
595
  ...
583
596
  # Trace:
584
597
  # TEST NAME: File Input Tests | testing a single passing ts file with --browser --debug works
585
598
  # TEST COMMAND: node cli.js tmp/test/passing-tests.ts --browser --debug
586
- # 0: \# HTTPServer [Server]: started successfully at [localhost:1234] in [307ms]
599
+ # 0: \# HTTPServer [Server]: started successfully at [localhost:1234] in [239ms]
587
600
  # 1: \# QUnitX running: http://localhost:1234/
588
601
  # 2: \# [HTTPServer] GET /favicon.ico
589
602
  # 3: TAP version 13
@@ -604,7 +617,7 @@ ok 6 - File and Folder Combination Tests
604
617
  # 18: \# pass 3
605
618
  # 19: \# skip 0
606
619
  # 20: \# fail 0
607
- # 21: \# duration 681
620
+ # 21: \# duration 593
608
621
  # 22:
609
622
  # 23: \# HTTPServer [Server]: stopped successfully
610
623
  # 24:
@@ -617,7 +630,7 @@ ok 6 - File and Folder Combination Tests
617
630
  # Subtest: testing a single passing ts file with --browser --debug works
618
631
  ok 8 - testing a single passing ts file with --browser --debug works
619
632
  ---
620
- duration_ms: 1587.308163
633
+ duration_ms: 1587.761664
621
634
  ...
622
635
  # Trace:
623
636
  # ERROR TEST Name: File Input Tests | testing a single failing ts with --browser file works
@@ -633,7 +646,7 @@ ok 6 - File and Folder Combination Tests
633
646
  # Subtest: testing a single failing ts with --browser file works
634
647
  ok 9 - testing a single failing ts with --browser file works
635
648
  ---
636
- duration_ms: 1606.551878
649
+ duration_ms: 1941.109901
637
650
  ...
638
651
  # Trace:
639
652
  # ERROR TEST Name: File Input Tests | testing a single failing ts file with --browser --debug works
@@ -649,48 +662,48 @@ ok 6 - File and Folder Combination Tests
649
662
  # Subtest: testing a single failing ts file with --browser --debug works
650
663
  ok 10 - testing a single failing ts file with --browser --debug works
651
664
  ---
652
- duration_ms: 1610.444857
665
+ duration_ms: 1466.629487
653
666
  ...
654
667
  1..10
655
668
  ok 7 - File Input Tests
656
669
  ---
657
- duration_ms: 14096.33774
670
+ duration_ms: 16415.537522
658
671
  type: 'suite'
659
672
  ...
660
673
  # Trace:
661
674
  # TEST NAME: Folder Input Tests | works for a single folder input with all passing tests
662
- # TEST COMMAND: node cli.js tmp/63928b12-5cbf-480f-baec-1a59e50e8a50
663
- # 0: \# QUnitX running: /home/izelnakri/Github/qunitx/tmp/63928b12-5cbf-480f-baec-1a59e50e8a50/first-module-pass.js, /home/izelnakri/Github/qunitx/tmp/63928b12-5cbf-480f-baec-1a59e50e8a50/second-module-pass.js
675
+ # TEST COMMAND: node cli.js tmp/28fd8385-f751-4e89-a525-6c3f20bfdd3d
676
+ # 0: \# QUnitX running: /home/izelnakri/Github/qunitx/tmp/28fd8385-f751-4e89-a525-6c3f20bfdd3d/first-module-pass.js, /home/izelnakri/Github/qunitx/tmp/28fd8385-f751-4e89-a525-6c3f20bfdd3d/second-module-pass.js
664
677
  # 1: TAP version 13
665
678
  # 2: calling assert true test case
666
- # 3: ok 1 63928b12-5cbf-480f-baec-1a59e50e8a50 | first-module-pass Passing Tests | assert true works \# (1 ms)
679
+ # 3: ok 1 28fd8385-f751-4e89-a525-6c3f20bfdd3d | first-module-pass Passing Tests | assert true works \# (0 ms)
667
680
  # 4: resolving async test
668
681
  # 5: {
669
682
  # 6: moduleName: 'called resolved async test with object',
670
683
  # 7: placeholder: 1000,
671
684
  # 8: anotherObject: { firstName: 'Izel', createdAt: 2021-03-06T00:00:00.000Z }
672
685
  # 9: }
673
- # 10: ok 2 63928b12-5cbf-480f-baec-1a59e50e8a50 | first-module-pass Passing Tests | async test finishes \# (58 ms)
686
+ # 10: ok 2 28fd8385-f751-4e89-a525-6c3f20bfdd3d | first-module-pass Passing Tests | async test finishes \# (54 ms)
674
687
  # 11: calling deepEqual test case
675
- # 12: ok 3 63928b12-5cbf-480f-baec-1a59e50e8a50 | first-module-pass Passing Tests | deepEqual true works \# (1 ms)
688
+ # 12: ok 3 28fd8385-f751-4e89-a525-6c3f20bfdd3d | first-module-pass Passing Tests | deepEqual true works \# (0 ms)
676
689
  # 13: calling assert true test case
677
- # 14: ok 4 63928b12-5cbf-480f-baec-1a59e50e8a50 | second-module-pass Passing Tests | assert true works \# (1 ms)
690
+ # 14: ok 4 28fd8385-f751-4e89-a525-6c3f20bfdd3d | second-module-pass Passing Tests | assert true works \# (0 ms)
678
691
  # 15: resolving async test
679
692
  # 16: {
680
693
  # 17: moduleName: 'called resolved async test with object',
681
694
  # 18: placeholder: 1000,
682
695
  # 19: anotherObject: { firstName: 'Izel', createdAt: 2021-03-06T00:00:00.000Z }
683
696
  # 20: }
684
- # 21: ok 5 63928b12-5cbf-480f-baec-1a59e50e8a50 | second-module-pass Passing Tests | async test finishes \# (52 ms)
697
+ # 21: ok 5 28fd8385-f751-4e89-a525-6c3f20bfdd3d | second-module-pass Passing Tests | async test finishes \# (53 ms)
685
698
  # 22: calling deepEqual test case
686
- # 23: ok 6 63928b12-5cbf-480f-baec-1a59e50e8a50 | second-module-pass Passing Tests | deepEqual true works \# (1 ms)
699
+ # 23: ok 6 28fd8385-f751-4e89-a525-6c3f20bfdd3d | second-module-pass Passing Tests | deepEqual true works \# (1 ms)
687
700
  # 24:
688
701
  # 25: 1
689
702
  # 26: \# tests 6
690
703
  # 27: \# pass 6
691
704
  # 28: \# skip 0
692
705
  # 29: \# fail 0
693
- # 30: \# duration 122
706
+ # 30: \# duration 113
694
707
  # 31:
695
708
  # 32:
696
709
  #
@@ -706,12 +719,12 @@ ok 7 - File Input Tests
706
719
  # Subtest: works for a single folder input with all passing tests
707
720
  ok 1 - works for a single folder input with all passing tests
708
721
  ---
709
- duration_ms: 521.935975
722
+ duration_ms: 721.917836
710
723
  ...
711
724
  # Trace:
712
725
  # ERROR TEST Name: Folder Input Tests | works for a single folder input with few failing tests
713
- # ERROR TEST COMMAND: node cli.js tmp/a06c9c79-76bd-4849-8d3b-5f2c78007288
714
- # Error: Command failed: node cli.js tmp/a06c9c79-76bd-4849-8d3b-5f2c78007288
726
+ # ERROR TEST COMMAND: node cli.js tmp/8cbd3930-a473-43e5-9458-3eb274c9393e
727
+ # Error: Command failed: node cli.js tmp/8cbd3930-a473-43e5-9458-3eb274c9393e
715
728
  #
716
729
  #
717
730
  # at execute (file:///home/izelnakri/Github/qunitx/test/helpers/shell.js:27:13)
@@ -723,64 +736,64 @@ ok 7 - File Input Tests
723
736
  # Subtest: works for a single folder input with few failing tests
724
737
  ok 2 - works for a single folder input with few failing tests
725
738
  ---
726
- duration_ms: 702.772316
739
+ duration_ms: 719.385245
727
740
  ...
728
741
  # Trace:
729
742
  # TEST NAME: Folder Input Tests |
730
- # TEST COMMAND: node cli.js tmp/fdc802ce-f4a5-472e-b3eb-88b7a73de9d7 tmp/c3a64a76-634c-473f-8d0e-86c113cf9190
731
- # 0: \# QUnitX running: /home/izelnakri/Github/qunitx/tmp/c3a64a76-634c-473f-8d0e-86c113cf9190/first-module-pass.js, /home/izelnakri/Github/qunitx/tmp/c3a64a76-634c-473f-8d0e-86c113cf9190/second-module-pass.js, /home/izelnakri/Github/qunitx/tmp/fdc802ce-f4a5-472e-b3eb-88b7a73de9d7/first-module-pass.js, /home/izelnakri/Github/qunitx/tmp/fdc802ce-f4a5-472e-b3eb-88b7a73de9d7/second-module-pass.js
743
+ # TEST COMMAND: node cli.js tmp/6a554b6e-b6e7-4fd1-b7b7-353c3456d015 tmp/f4ceff00-6fed-44f2-8470-2b9491be71cc
744
+ # 0: \# QUnitX running: /home/izelnakri/Github/qunitx/tmp/f4ceff00-6fed-44f2-8470-2b9491be71cc/first-module-pass.js, /home/izelnakri/Github/qunitx/tmp/f4ceff00-6fed-44f2-8470-2b9491be71cc/second-module-pass.js, /home/izelnakri/Github/qunitx/tmp/6a554b6e-b6e7-4fd1-b7b7-353c3456d015/first-module-pass.js, /home/izelnakri/Github/qunitx/tmp/6a554b6e-b6e7-4fd1-b7b7-353c3456d015/second-module-pass.js
732
745
  # 1: TAP version 13
733
746
  # 2: calling assert true test case
734
- # 3: ok 1 c3a64a76-634c-473f-8d0e-86c113cf9190 | first-module-pass Passing Tests | assert true works \# (1 ms)
747
+ # 3: ok 1 f4ceff00-6fed-44f2-8470-2b9491be71cc | first-module-pass Passing Tests | assert true works \# (1 ms)
735
748
  # 4: resolving async test
736
749
  # 5: {
737
750
  # 6: moduleName: 'called resolved async test with object',
738
751
  # 7: placeholder: 1000,
739
752
  # 8: anotherObject: { firstName: 'Izel', createdAt: 2021-03-06T00:00:00.000Z }
740
753
  # 9: }
741
- # 10: ok 2 c3a64a76-634c-473f-8d0e-86c113cf9190 | first-module-pass Passing Tests | async test finishes \# (58 ms)
754
+ # 10: ok 2 f4ceff00-6fed-44f2-8470-2b9491be71cc | first-module-pass Passing Tests | async test finishes \# (59 ms)
742
755
  # 11: calling deepEqual test case
743
- # 12: ok 3 c3a64a76-634c-473f-8d0e-86c113cf9190 | first-module-pass Passing Tests | deepEqual true works \# (1 ms)
756
+ # 12: ok 3 f4ceff00-6fed-44f2-8470-2b9491be71cc | first-module-pass Passing Tests | deepEqual true works \# (1 ms)
744
757
  # 13: calling assert true test case
745
- # 14: ok 4 fdc802ce-f4a5-472e-b3eb-88b7a73de9d7 | first-module-pass Passing Tests | assert true works \# (1 ms)
758
+ # 14: ok 4 f4ceff00-6fed-44f2-8470-2b9491be71cc | second-module-pass Passing Tests | assert true works \# (1 ms)
746
759
  # 15: resolving async test
747
760
  # 16: {
748
761
  # 17: moduleName: 'called resolved async test with object',
749
762
  # 18: placeholder: 1000,
750
763
  # 19: anotherObject: { firstName: 'Izel', createdAt: 2021-03-06T00:00:00.000Z }
751
764
  # 20: }
752
- # 21: ok 5 fdc802ce-f4a5-472e-b3eb-88b7a73de9d7 | first-module-pass Passing Tests | async test finishes \# (52 ms)
765
+ # 21: ok 5 f4ceff00-6fed-44f2-8470-2b9491be71cc | second-module-pass Passing Tests | async test finishes \# (54 ms)
753
766
  # 22: calling deepEqual test case
754
- # 23: ok 6 fdc802ce-f4a5-472e-b3eb-88b7a73de9d7 | first-module-pass Passing Tests | deepEqual true works \# (0 ms)
767
+ # 23: ok 6 f4ceff00-6fed-44f2-8470-2b9491be71cc | second-module-pass Passing Tests | deepEqual true works \# (0 ms)
755
768
  # 24: calling assert true test case
756
- # 25: ok 7 fdc802ce-f4a5-472e-b3eb-88b7a73de9d7 | second-module-pass Passing Tests | assert true works \# (0 ms)
769
+ # 25: ok 7 6a554b6e-b6e7-4fd1-b7b7-353c3456d015 | first-module-pass Passing Tests | assert true works \# (0 ms)
757
770
  # 26: resolving async test
758
771
  # 27: {
759
772
  # 28: moduleName: 'called resolved async test with object',
760
773
  # 29: placeholder: 1000,
761
774
  # 30: anotherObject: { firstName: 'Izel', createdAt: 2021-03-06T00:00:00.000Z }
762
775
  # 31: }
763
- # 32: ok 8 fdc802ce-f4a5-472e-b3eb-88b7a73de9d7 | second-module-pass Passing Tests | async test finishes \# (52 ms)
776
+ # 32: ok 8 6a554b6e-b6e7-4fd1-b7b7-353c3456d015 | first-module-pass Passing Tests | async test finishes \# (53 ms)
764
777
  # 33: calling deepEqual test case
765
- # 34: ok 9 fdc802ce-f4a5-472e-b3eb-88b7a73de9d7 | second-module-pass Passing Tests | deepEqual true works \# (0 ms)
778
+ # 34: ok 9 6a554b6e-b6e7-4fd1-b7b7-353c3456d015 | first-module-pass Passing Tests | deepEqual true works \# (0 ms)
766
779
  # 35: calling assert true test case
767
- # 36: ok 10 c3a64a76-634c-473f-8d0e-86c113cf9190 | second-module-pass Passing Tests | assert true works \# (0 ms)
780
+ # 36: ok 10 6a554b6e-b6e7-4fd1-b7b7-353c3456d015 | second-module-pass Passing Tests | assert true works \# (0 ms)
768
781
  # 37: resolving async test
769
782
  # 38: {
770
783
  # 39: moduleName: 'called resolved async test with object',
771
784
  # 40: placeholder: 1000,
772
785
  # 41: anotherObject: { firstName: 'Izel', createdAt: 2021-03-06T00:00:00.000Z }
773
786
  # 42: }
774
- # 43: ok 11 c3a64a76-634c-473f-8d0e-86c113cf9190 | second-module-pass Passing Tests | async test finishes \# (53 ms)
787
+ # 43: ok 11 6a554b6e-b6e7-4fd1-b7b7-353c3456d015 | second-module-pass Passing Tests | async test finishes \# (52 ms)
775
788
  # 44: calling deepEqual test case
776
- # 45: ok 12 c3a64a76-634c-473f-8d0e-86c113cf9190 | second-module-pass Passing Tests | deepEqual true works \# (1 ms)
789
+ # 45: ok 12 6a554b6e-b6e7-4fd1-b7b7-353c3456d015 | second-module-pass Passing Tests | deepEqual true works \# (1 ms)
777
790
  # 46:
778
791
  # 47: 1
779
792
  # 48: \# tests 12
780
793
  # 49: \# pass 12
781
794
  # 50: \# skip 0
782
795
  # 51: \# fail 0
783
- # 52: \# duration 226
796
+ # 52: \# duration 228
784
797
  # 53:
785
798
  # 54:
786
799
  #
@@ -793,12 +806,12 @@ ok 7 - File Input Tests
793
806
  # Subtest: works for a multiple folders input with all passing tests
794
807
  ok 3 - works for a multiple folders input with all passing tests
795
808
  ---
796
- duration_ms: 610.021966
809
+ duration_ms: 584.326714
797
810
  ...
798
811
  # Trace:
799
812
  # ERROR TEST Name: Folder Input Tests |
800
- # ERROR TEST COMMAND: node cli.js tmp/272a6f2a-4962-4f5a-acaf-49851016dfe8 tmp/08f5becd-e1be-49be-8184-d84b66495668
801
- # Error: Command failed: node cli.js tmp/272a6f2a-4962-4f5a-acaf-49851016dfe8 tmp/08f5becd-e1be-49be-8184-d84b66495668
813
+ # ERROR TEST COMMAND: node cli.js tmp/7c051a28-a348-428e-b079-567a466ea926 tmp/a620a107-13a6-4dc1-affc-8d4c3bfe208d
814
+ # Error: Command failed: node cli.js tmp/7c051a28-a348-428e-b079-567a466ea926 tmp/a620a107-13a6-4dc1-affc-8d4c3bfe208d
802
815
  #
803
816
  #
804
817
  # at execute (file:///home/izelnakri/Github/qunitx/test/helpers/shell.js:27:13)
@@ -810,26 +823,26 @@ ok 7 - File Input Tests
810
823
  # Subtest: works for a multiple folders input with few failing tests
811
824
  ok 4 - works for a multiple folders input with few failing tests
812
825
  ---
813
- duration_ms: 829.055115
826
+ duration_ms: 836.68261
814
827
  ...
815
828
  # Trace:
816
829
  # TEST NAME: Folder Input Tests | works for a single folder input in browser mode with all passing tests
817
- # TEST COMMAND: node cli.js tmp/3c47d693-eee4-498a-a721-208c608dcd04 --browser
830
+ # TEST COMMAND: node cli.js tmp/fa7ad556-ba72-4ef0-84c1-214cb4e6a23c --browser
818
831
  # 0: \# QUnitX running: http://localhost:1234/
819
832
  # 1: TAP version 13
820
- # 2: ok 1 3c47d693-eee4-498a-a721-208c608dcd04 | first-module-pass Passing Tests | assert true works \# (1 ms)
821
- # 3: ok 2 3c47d693-eee4-498a-a721-208c608dcd04 | first-module-pass Passing Tests | async test finishes \# (52 ms)
822
- # 4: ok 3 3c47d693-eee4-498a-a721-208c608dcd04 | first-module-pass Passing Tests | deepEqual true works \# (1 ms)
823
- # 5: ok 4 3c47d693-eee4-498a-a721-208c608dcd04 | second-module-pass Passing Tests | assert true works \# (1 ms)
824
- # 6: ok 5 3c47d693-eee4-498a-a721-208c608dcd04 | second-module-pass Passing Tests | async test finishes \# (55 ms)
825
- # 7: ok 6 3c47d693-eee4-498a-a721-208c608dcd04 | second-module-pass Passing Tests | deepEqual true works \# (1 ms)
833
+ # 2: ok 1 fa7ad556-ba72-4ef0-84c1-214cb4e6a23c | first-module-pass Passing Tests | assert true works \# (1 ms)
834
+ # 3: ok 2 fa7ad556-ba72-4ef0-84c1-214cb4e6a23c | first-module-pass Passing Tests | async test finishes \# (56 ms)
835
+ # 4: ok 3 fa7ad556-ba72-4ef0-84c1-214cb4e6a23c | first-module-pass Passing Tests | deepEqual true works \# (0 ms)
836
+ # 5: ok 4 fa7ad556-ba72-4ef0-84c1-214cb4e6a23c | second-module-pass Passing Tests | assert true works \# (0 ms)
837
+ # 6: ok 5 fa7ad556-ba72-4ef0-84c1-214cb4e6a23c | second-module-pass Passing Tests | async test finishes \# (53 ms)
838
+ # 7: ok 6 fa7ad556-ba72-4ef0-84c1-214cb4e6a23c | second-module-pass Passing Tests | deepEqual true works \# (1 ms)
826
839
  # 8:
827
840
  # 9: 1
828
841
  # 10: \# tests 6
829
842
  # 11: \# pass 6
830
843
  # 12: \# skip 0
831
844
  # 13: \# fail 0
832
- # 14: \# duration 825
845
+ # 14: \# duration 768
833
846
  # 15:
834
847
  # 16:
835
848
  #
@@ -841,12 +854,12 @@ ok 7 - File Input Tests
841
854
  # Subtest: works for a single folder input in browser mode with all passing tests
842
855
  ok 5 - works for a single folder input in browser mode with all passing tests
843
856
  ---
844
- duration_ms: 1532.330195
857
+ duration_ms: 1402.395791
845
858
  ...
846
859
  # Trace:
847
860
  # ERROR TEST Name: Folder Input Tests | works for a single folder input in browser mode with few failing tests
848
- # ERROR TEST COMMAND: node cli.js tmp/4649cc91-cb4b-41c0-a508-df237c727fe2 --browser
849
- # Error: Command failed: node cli.js tmp/4649cc91-cb4b-41c0-a508-df237c727fe2 --browser
861
+ # ERROR TEST COMMAND: node cli.js tmp/50d03ddc-455e-4b60-8ea1-8553803c27ef --browser
862
+ # Error: Command failed: node cli.js tmp/50d03ddc-455e-4b60-8ea1-8553803c27ef --browser
850
863
  #
851
864
  #
852
865
  # at execute (file:///home/izelnakri/Github/qunitx/test/helpers/shell.js:27:13)
@@ -857,32 +870,32 @@ ok 7 - File Input Tests
857
870
  # Subtest: works for a single folder input in browser mode with few failing tests
858
871
  ok 6 - works for a single folder input in browser mode with few failing tests
859
872
  ---
860
- duration_ms: 1553.874509
873
+ duration_ms: 1575.458936
861
874
  ...
862
875
  # Trace:
863
876
  # TEST NAME: Folder Input Tests | works for a multiple folders input in browser mode with all passing tests
864
- # TEST COMMAND: node cli.js tmp/e7aa1b54-5131-4366-9778-5ff421aa030d tmp/bd80d0cc-47b2-4f58-aa5d-ebf379e1b4d8 --browser
877
+ # TEST COMMAND: node cli.js tmp/213f65f9-276a-4c2d-bf40-34ec55e32dea tmp/d26146f4-4944-4a0a-b29b-3203ade8d46a --browser
865
878
  # 0: \# QUnitX running: http://localhost:1234/
866
879
  # 1: TAP version 13
867
- # 2: ok 1 e7aa1b54-5131-4366-9778-5ff421aa030d | first-module-pass Passing Tests | assert true works \# (1 ms)
868
- # 3: ok 2 e7aa1b54-5131-4366-9778-5ff421aa030d | first-module-pass Passing Tests | async test finishes \# (52 ms)
869
- # 4: ok 3 e7aa1b54-5131-4366-9778-5ff421aa030d | first-module-pass Passing Tests | deepEqual true works \# (1 ms)
870
- # 5: ok 4 e7aa1b54-5131-4366-9778-5ff421aa030d | second-module-pass Passing Tests | assert true works \# (1 ms)
871
- # 6: ok 5 e7aa1b54-5131-4366-9778-5ff421aa030d | second-module-pass Passing Tests | async test finishes \# (60 ms)
872
- # 7: ok 6 e7aa1b54-5131-4366-9778-5ff421aa030d | second-module-pass Passing Tests | deepEqual true works \# (1 ms)
873
- # 8: ok 7 bd80d0cc-47b2-4f58-aa5d-ebf379e1b4d8 | first-module-pass Passing Tests | assert true works \# (1 ms)
874
- # 9: ok 8 bd80d0cc-47b2-4f58-aa5d-ebf379e1b4d8 | first-module-pass Passing Tests | async test finishes \# (60 ms)
875
- # 10: ok 9 bd80d0cc-47b2-4f58-aa5d-ebf379e1b4d8 | first-module-pass Passing Tests | deepEqual true works \# (1 ms)
876
- # 11: ok 10 bd80d0cc-47b2-4f58-aa5d-ebf379e1b4d8 | second-module-pass Passing Tests | assert true works \# (1 ms)
877
- # 12: ok 11 bd80d0cc-47b2-4f58-aa5d-ebf379e1b4d8 | second-module-pass Passing Tests | async test finishes \# (62 ms)
878
- # 13: ok 12 bd80d0cc-47b2-4f58-aa5d-ebf379e1b4d8 | second-module-pass Passing Tests | deepEqual true works \# (1 ms)
880
+ # 2: ok 1 213f65f9-276a-4c2d-bf40-34ec55e32dea | first-module-pass Passing Tests | assert true works \# (2 ms)
881
+ # 3: ok 2 213f65f9-276a-4c2d-bf40-34ec55e32dea | first-module-pass Passing Tests | async test finishes \# (52 ms)
882
+ # 4: ok 3 213f65f9-276a-4c2d-bf40-34ec55e32dea | first-module-pass Passing Tests | deepEqual true works \# (1 ms)
883
+ # 5: ok 4 213f65f9-276a-4c2d-bf40-34ec55e32dea | second-module-pass Passing Tests | assert true works \# (1 ms)
884
+ # 6: ok 5 213f65f9-276a-4c2d-bf40-34ec55e32dea | second-module-pass Passing Tests | async test finishes \# (59 ms)
885
+ # 7: ok 6 213f65f9-276a-4c2d-bf40-34ec55e32dea | second-module-pass Passing Tests | deepEqual true works \# (1 ms)
886
+ # 8: ok 7 d26146f4-4944-4a0a-b29b-3203ade8d46a | first-module-pass Passing Tests | assert true works \# (1 ms)
887
+ # 9: ok 8 d26146f4-4944-4a0a-b29b-3203ade8d46a | first-module-pass Passing Tests | async test finishes \# (64 ms)
888
+ # 10: ok 9 d26146f4-4944-4a0a-b29b-3203ade8d46a | first-module-pass Passing Tests | deepEqual true works \# (1 ms)
889
+ # 11: ok 10 d26146f4-4944-4a0a-b29b-3203ade8d46a | second-module-pass Passing Tests | assert true works \# (2 ms)
890
+ # 12: ok 11 d26146f4-4944-4a0a-b29b-3203ade8d46a | second-module-pass Passing Tests | async test finishes \# (56 ms)
891
+ # 13: ok 12 d26146f4-4944-4a0a-b29b-3203ade8d46a | second-module-pass Passing Tests | deepEqual true works \# (1 ms)
879
892
  # 14:
880
893
  # 15: 1
881
894
  # 16: \# tests 12
882
895
  # 17: \# pass 12
883
896
  # 18: \# skip 0
884
897
  # 19: \# fail 0
885
- # 20: \# duration 879
898
+ # 20: \# duration 865
886
899
  # 21:
887
900
  # 22:
888
901
  #
@@ -894,12 +907,12 @@ ok 7 - File Input Tests
894
907
  # Subtest: works for a multiple folders input in browser mode with all passing tests
895
908
  ok 7 - works for a multiple folders input in browser mode with all passing tests
896
909
  ---
897
- duration_ms: 1882.654329
910
+ duration_ms: 1763.037347
898
911
  ...
899
912
  # Trace:
900
913
  # ERROR TEST Name: Folder Input Tests | works for a multiple folders input in browser mode with few failing tests
901
- # ERROR TEST COMMAND: node cli.js tmp/a5bfdc3c-13d0-41bd-a0df-235613362eb1 tmp/12f15517-a544-4dcf-a695-ae5dd129f3e8 --browser
902
- # Error: Command failed: node cli.js tmp/a5bfdc3c-13d0-41bd-a0df-235613362eb1 tmp/12f15517-a544-4dcf-a695-ae5dd129f3e8 --browser
914
+ # ERROR TEST COMMAND: node cli.js tmp/f576b4a2-69f1-4bc3-ad4f-d44b1929cf05 tmp/183f01ae-18f2-4e24-a471-88399f79f962 --browser
915
+ # Error: Command failed: node cli.js tmp/f576b4a2-69f1-4bc3-ad4f-d44b1929cf05 tmp/183f01ae-18f2-4e24-a471-88399f79f962 --browser
903
916
  #
904
917
  #
905
918
  # at execute (file:///home/izelnakri/Github/qunitx/test/helpers/shell.js:27:13)
@@ -910,32 +923,32 @@ ok 7 - File Input Tests
910
923
  # Subtest: works for a multiple folders input in browser mode with few failing tests
911
924
  ok 8 - works for a multiple folders input in browser mode with few failing tests
912
925
  ---
913
- duration_ms: 2324.184203
926
+ duration_ms: 2302.067171
914
927
  ...
915
928
  # Trace:
916
929
  # TEST NAME: Folder Input Tests | works for a single folder input in browser mode with debug and all passing tests
917
- # TEST COMMAND: node cli.js tmp/e647cc78-3e3e-4c5c-9bd4-75f6956a1897 --browser --debug
918
- # 0: \# HTTPServer [Server]: started successfully at [localhost:1234] in [353ms]
930
+ # TEST COMMAND: node cli.js tmp/92179d29-bd13-4d26-ad82-23feb32674f9 --browser --debug
931
+ # 0: \# HTTPServer [Server]: started successfully at [localhost:1234] in [289ms]
919
932
  # 1: \# QUnitX running: http://localhost:1234/
920
933
  # 2: \# [HTTPServer] GET /favicon.ico
921
934
  # 3: TAP version 13
922
935
  # 4: calling assert true test case
923
- # 5: ok 1 e647cc78-3e3e-4c5c-9bd4-75f6956a1897 | first-module-pass Passing Tests | assert true works \# (3 ms)
924
- # 6: resolving async test
925
- # 7: ok 2 e647cc78-3e3e-4c5c-9bd4-75f6956a1897 | first-module-pass Passing Tests | async test finishes \# (62 ms)
936
+ # 5: ok 1 92179d29-bd13-4d26-ad82-23feb32674f9 | first-module-pass Passing Tests | assert true works \# (2 ms)
937
+ # 6: ok 2 92179d29-bd13-4d26-ad82-23feb32674f9 | first-module-pass Passing Tests | async test finishes \# (106 ms)
938
+ # 7: resolving async test
926
939
  # 8: calling deepEqual test case
927
- # 9: ok 3 e647cc78-3e3e-4c5c-9bd4-75f6956a1897 | first-module-pass Passing Tests | deepEqual true works \# (4 ms)
928
- # 10: calling assert true test case
929
- # 11: ok 4 e647cc78-3e3e-4c5c-9bd4-75f6956a1897 | second-module-pass Passing Tests | assert true works \# (2 ms)
940
+ # 9: ok 3 92179d29-bd13-4d26-ad82-23feb32674f9 | first-module-pass Passing Tests | deepEqual true works \# (16 ms)
941
+ # 10: ok 4 92179d29-bd13-4d26-ad82-23feb32674f9 | second-module-pass Passing Tests | assert true works \# (1 ms)
942
+ # 11: calling assert true test case
930
943
  # 12: {
931
944
  # 13: moduleName: 'called resolved async test with object',
932
945
  # 14: placeholder: 1000,
933
946
  # 15: anotherObject: { firstName: 'Izel', createdAt: {} }
934
947
  # 16: }
935
- # 17: resolving async test
936
- # 18: ok 5 e647cc78-3e3e-4c5c-9bd4-75f6956a1897 | second-module-pass Passing Tests | async test finishes \# (53 ms)
937
- # 19: calling deepEqual test case
938
- # 20: ok 6 e647cc78-3e3e-4c5c-9bd4-75f6956a1897 | second-module-pass Passing Tests | deepEqual true works \# (1 ms)
948
+ # 17: ok 5 92179d29-bd13-4d26-ad82-23feb32674f9 | second-module-pass Passing Tests | async test finishes \# (53 ms)
949
+ # 18: ok 6 92179d29-bd13-4d26-ad82-23feb32674f9 | second-module-pass Passing Tests | deepEqual true works \# (2 ms)
950
+ # 19: resolving async test
951
+ # 20: calling deepEqual test case
939
952
  # 21: {
940
953
  # 22: moduleName: 'called resolved async test with object',
941
954
  # 23: placeholder: 1000,
@@ -947,7 +960,7 @@ ok 7 - File Input Tests
947
960
  # 29: \# pass 6
948
961
  # 30: \# skip 0
949
962
  # 31: \# fail 0
950
- # 32: \# duration 704
963
+ # 32: \# duration 932
951
964
  # 33:
952
965
  # 34: \# HTTPServer [Server]: stopped successfully
953
966
  # 35:
@@ -960,15 +973,16 @@ ok 7 - File Input Tests
960
973
  # Subtest: works for a single folder input in browser mode with debug and all passing tests
961
974
  ok 9 - works for a single folder input in browser mode with debug and all passing tests
962
975
  ---
963
- duration_ms: 2140.384843
976
+ duration_ms: 2244.64355
964
977
  ...
965
978
  # Trace:
966
979
  # ERROR TEST Name: Folder Input Tests | works for a single folder input in browser mode with debug and few failing tests
967
- # ERROR TEST COMMAND: node cli.js tmp/49bac14c-87c1-4a03-be68-322e21b11e9f --browser --debug
968
- # Error: Command failed: node cli.js tmp/49bac14c-87c1-4a03-be68-322e21b11e9f --browser --debug
980
+ # ERROR TEST COMMAND: node cli.js tmp/31012d7e-1d7c-460e-81ed-9e42f774b6b6 --browser --debug
981
+ # Error: Command failed: node cli.js tmp/31012d7e-1d7c-460e-81ed-9e42f774b6b6 --browser --debug
969
982
  #
970
983
  #
971
984
  # at execute (file:///home/izelnakri/Github/qunitx/test/helpers/shell.js:27:13)
985
+ # at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
972
986
  # at async file:///home/izelnakri/Github/qunitx/test/inputs/folder-test.js:146:7
973
987
  # at async TestContext.<anonymous> (file:///home/izelnakri/Github/qunitx/shims/nodejs.js:21:12)
974
988
  # at async Test.run (node:internal/test_runner/test:569:9)
@@ -976,66 +990,66 @@ ok 7 - File Input Tests
976
990
  # Subtest: works for a single folder input in browser mode with debug and few failing tests
977
991
  ok 10 - works for a single folder input in browser mode with debug and few failing tests
978
992
  ---
979
- duration_ms: 2032.997364
993
+ duration_ms: 2509.226922
980
994
  ...
981
995
  # Trace:
982
996
  # TEST NAME: Folder Input Tests | works for a multiple folders input in browser mode with debug and all passing tests
983
- # TEST COMMAND: node cli.js tmp/c0c2d4ba-0646-4145-a8be-0f25f68fd6fc tmp/6094550b-1cb9-4022-8202-1da2809541ff --browser --debug
984
- # 0: \# HTTPServer [Server]: started successfully at [localhost:1234] in [235ms]
997
+ # TEST COMMAND: node cli.js tmp/44e4354a-73e9-4890-8120-8b45620704cc tmp/36e40270-10a6-4a01-9ff9-07ace042c88e --browser --debug
998
+ # 0: \# HTTPServer [Server]: started successfully at [localhost:1234] in [576ms]
985
999
  # 1: \# QUnitX running: http://localhost:1234/
986
1000
  # 2: \# [HTTPServer] GET /favicon.ico
987
1001
  # 3: TAP version 13
988
- # 4: calling assert true test case
989
- # 5: ok 1 6094550b-1cb9-4022-8202-1da2809541ff | first-module-pass Passing Tests | assert true works \# (1 ms)
1002
+ # 4: ok 1 44e4354a-73e9-4890-8120-8b45620704cc | first-module-pass Passing Tests | assert true works \# (2 ms)
1003
+ # 5: calling assert true test case
990
1004
  # 6: resolving async test
991
- # 7: ok 2 6094550b-1cb9-4022-8202-1da2809541ff | first-module-pass Passing Tests | async test finishes \# (55 ms)
1005
+ # 7: ok 2 44e4354a-73e9-4890-8120-8b45620704cc | first-module-pass Passing Tests | async test finishes \# (74 ms)
992
1006
  # 8: calling deepEqual test case
993
- # 9: ok 3 6094550b-1cb9-4022-8202-1da2809541ff | first-module-pass Passing Tests | deepEqual true works \# (2 ms)
1007
+ # 9: ok 3 44e4354a-73e9-4890-8120-8b45620704cc | first-module-pass Passing Tests | deepEqual true works \# (1 ms)
994
1008
  # 10: calling assert true test case
995
- # 11: ok 4 6094550b-1cb9-4022-8202-1da2809541ff | second-module-pass Passing Tests | assert true works \# (1 ms)
1009
+ # 11: ok 4 44e4354a-73e9-4890-8120-8b45620704cc | second-module-pass Passing Tests | assert true works \# (1 ms)
996
1010
  # 12: {
997
1011
  # 13: moduleName: 'called resolved async test with object',
998
1012
  # 14: placeholder: 1000,
999
1013
  # 15: anotherObject: { firstName: 'Izel', createdAt: {} }
1000
1014
  # 16: }
1001
- # 17: resolving async test
1002
- # 18: ok 5 6094550b-1cb9-4022-8202-1da2809541ff | second-module-pass Passing Tests | async test finishes \# (59 ms)
1003
- # 19: calling deepEqual test case
1004
- # 20: ok 6 6094550b-1cb9-4022-8202-1da2809541ff | second-module-pass Passing Tests | deepEqual true works \# (1 ms)
1005
- # 21: calling assert true test case
1006
- # 22: ok 7 c0c2d4ba-0646-4145-a8be-0f25f68fd6fc | first-module-pass Passing Tests | assert true works \# (1 ms)
1015
+ # 17: ok 5 44e4354a-73e9-4890-8120-8b45620704cc | second-module-pass Passing Tests | async test finishes \# (52 ms)
1016
+ # 18: ok 6 44e4354a-73e9-4890-8120-8b45620704cc | second-module-pass Passing Tests | deepEqual true works \# (1 ms)
1017
+ # 19: ok 7 36e40270-10a6-4a01-9ff9-07ace042c88e | first-module-pass Passing Tests | assert true works \# (0 ms)
1018
+ # 20: resolving async test
1019
+ # 21: calling deepEqual test case
1020
+ # 22: calling assert true test case
1007
1021
  # 23: {
1008
1022
  # 24: moduleName: 'called resolved async test with object',
1009
1023
  # 25: placeholder: 1000,
1010
1024
  # 26: anotherObject: { firstName: 'Izel', createdAt: {} }
1011
1025
  # 27: }
1012
1026
  # 28: resolving async test
1013
- # 29: ok 8 c0c2d4ba-0646-4145-a8be-0f25f68fd6fc | first-module-pass Passing Tests | async test finishes \# (60 ms)
1027
+ # 29: ok 8 36e40270-10a6-4a01-9ff9-07ace042c88e | first-module-pass Passing Tests | async test finishes \# (56 ms)
1014
1028
  # 30: calling deepEqual test case
1015
- # 31: ok 9 c0c2d4ba-0646-4145-a8be-0f25f68fd6fc | first-module-pass Passing Tests | deepEqual true works \# (1 ms)
1029
+ # 31: ok 9 36e40270-10a6-4a01-9ff9-07ace042c88e | first-module-pass Passing Tests | deepEqual true works \# (1 ms)
1016
1030
  # 32: calling assert true test case
1017
- # 33: ok 10 c0c2d4ba-0646-4145-a8be-0f25f68fd6fc | second-module-pass Passing Tests | assert true works \# (1 ms)
1031
+ # 33: ok 10 36e40270-10a6-4a01-9ff9-07ace042c88e | second-module-pass Passing Tests | assert true works \# (1 ms)
1018
1032
  # 34: {
1019
1033
  # 35: moduleName: 'called resolved async test with object',
1020
1034
  # 36: placeholder: 1000,
1021
1035
  # 37: anotherObject: { firstName: 'Izel', createdAt: {} }
1022
1036
  # 38: }
1023
- # 39: resolving async test
1024
- # 40: ok 11 c0c2d4ba-0646-4145-a8be-0f25f68fd6fc | second-module-pass Passing Tests | async test finishes \# (64 ms)
1037
+ # 39: ok 11 36e40270-10a6-4a01-9ff9-07ace042c88e | second-module-pass Passing Tests | async test finishes \# (51 ms)
1038
+ # 40: resolving async test
1025
1039
  # 41: calling deepEqual test case
1026
- # 42: {
1027
- # 43: moduleName: 'called resolved async test with object',
1028
- # 44: placeholder: 1000,
1029
- # 45: anotherObject: { firstName: 'Izel', createdAt: {} }
1030
- # 46: }
1031
- # 47: ok 12 c0c2d4ba-0646-4145-a8be-0f25f68fd6fc | second-module-pass Passing Tests | deepEqual true works \# (1 ms)
1040
+ # 42: ok 12 36e40270-10a6-4a01-9ff9-07ace042c88e | second-module-pass Passing Tests | deepEqual true works \# (1 ms)
1041
+ # 43: {
1042
+ # 44: moduleName: 'called resolved async test with object',
1043
+ # 45: placeholder: 1000,
1044
+ # 46: anotherObject: { firstName: 'Izel', createdAt: {} }
1045
+ # 47: }
1032
1046
  # 48:
1033
1047
  # 49: 1
1034
1048
  # 50: \# tests 12
1035
1049
  # 51: \# pass 12
1036
1050
  # 52: \# skip 0
1037
1051
  # 53: \# fail 0
1038
- # 54: \# duration 856
1052
+ # 54: \# duration 922
1039
1053
  # 55:
1040
1054
  # 56: \# HTTPServer [Server]: stopped successfully
1041
1055
  # 57:
@@ -1048,12 +1062,12 @@ ok 7 - File Input Tests
1048
1062
  # Subtest: works for a multiple folders input in browser mode with debug and all passing tests
1049
1063
  ok 11 - works for a multiple folders input in browser mode with debug and all passing tests
1050
1064
  ---
1051
- duration_ms: 1802.902649
1065
+ duration_ms: 3088.002408
1052
1066
  ...
1053
1067
  # Trace:
1054
1068
  # ERROR TEST Name: Folder Input Tests | works for a multiple folders input in browser mode with debug and few failing tests
1055
- # ERROR TEST COMMAND: node cli.js tmp/1b4fc918-233b-4130-bda1-846d515bd786 tmp/2dbfd9c0-0765-4dc5-ab0c-84908519f82c --browser --debug
1056
- # Error: Command failed: node cli.js tmp/1b4fc918-233b-4130-bda1-846d515bd786 tmp/2dbfd9c0-0765-4dc5-ab0c-84908519f82c --browser --debug
1069
+ # ERROR TEST COMMAND: node cli.js tmp/5eae46f6-7975-475e-b752-b57b91c0ddb3 tmp/a21670c1-cca0-47c9-9197-3fb57313b2bf --browser --debug
1070
+ # Error: Command failed: node cli.js tmp/5eae46f6-7975-475e-b752-b57b91c0ddb3 tmp/a21670c1-cca0-47c9-9197-3fb57313b2bf --browser --debug
1057
1071
  #
1058
1072
  #
1059
1073
  # at execute (file:///home/izelnakri/Github/qunitx/test/helpers/shell.js:27:13)
@@ -1064,32 +1078,32 @@ ok 7 - File Input Tests
1064
1078
  # Subtest: works for a multiple folders input in browser mode with debug and few failing tests
1065
1079
  ok 12 - works for a multiple folders input in browser mode with debug and few failing tests
1066
1080
  ---
1067
- duration_ms: 1948.015448
1081
+ duration_ms: 2069.898139
1068
1082
  ...
1069
1083
  1..12
1070
1084
  ok 8 - Folder Input Tests
1071
1085
  ---
1072
- duration_ms: 17883.057227
1086
+ duration_ms: 19819.356211
1073
1087
  type: 'suite'
1074
1088
  ...
1075
1089
  # Subtest: Setup | glob(*) input tests | test-file-paths tests
1076
1090
  # Subtest: setupTestFilePaths() works correctly on different inputs
1077
1091
  ok 1 - setupTestFilePaths() works correctly on different inputs
1078
1092
  ---
1079
- duration_ms: 11.836095
1093
+ duration_ms: 28.019468
1080
1094
  ...
1081
1095
  1..1
1082
1096
  ok 9 - Setup | glob(*) input tests | test-file-paths tests
1083
1097
  ---
1084
- duration_ms: 14.184019
1098
+ duration_ms: 32.040321
1085
1099
  type: 'suite'
1086
1100
  ...
1087
1101
  1..9
1088
1102
  # tests 39
1089
1103
  # suites 9
1090
- # pass 39
1091
- # fail 0
1104
+ # pass 38
1105
+ # fail 1
1092
1106
  # cancelled 0
1093
1107
  # skipped 0
1094
1108
  # todo 0
1095
- # duration_ms 32165.37309
1109
+ # duration_ms 36527.965792