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.
- package/package.json +3 -3
- 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.
|
|
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.
|
|
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.
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
45
|
+
duration_ms: 539.144137
|
|
46
46
|
...
|
|
47
47
|
1..5
|
|
48
48
|
ok 1 - Commands | Help tests
|
|
49
49
|
---
|
|
50
|
-
duration_ms:
|
|
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 \# (
|
|
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
|
|
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:
|
|
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 \# (
|
|
100
|
-
# 3: ok 2 {{moduleName}} Passing Tests | async test finishes \# (
|
|
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
|
|
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:
|
|
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 \# (
|
|
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 \# (
|
|
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:
|
|
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:
|
|
171
|
+
# 0: \# QUnitX running: http://localhost:1235/
|
|
173
172
|
# 1: TAP version 13
|
|
174
|
-
# 2: ok 1 {{moduleName}} Passing Tests | assert true works \# (
|
|
175
|
-
# 3: ok 2 {{moduleName}} Passing Tests | async test finishes \# (
|
|
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
|
|
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:
|
|
202
|
+
duration_ms: 1571.150719
|
|
204
203
|
...
|
|
205
204
|
1..4
|
|
206
205
|
ok 2 - --after script tests
|
|
207
206
|
---
|
|
208
|
-
duration_ms:
|
|
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:
|
|
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:
|
|
258
|
-
# 3: ok
|
|
259
|
-
# 4:
|
|
260
|
-
# 5:
|
|
261
|
-
# 6:
|
|
262
|
-
# 7:
|
|
263
|
-
# 8: \#
|
|
264
|
-
# 9: \#
|
|
265
|
-
# 10: \#
|
|
266
|
-
# 11:
|
|
267
|
-
# 12:
|
|
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:
|
|
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 [
|
|
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 \# (
|
|
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 \# (
|
|
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 \# (
|
|
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
|
|
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:
|
|
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 \# (
|
|
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 \# (
|
|
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
|
|
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:
|
|
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:
|
|
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:
|
|
380
|
+
duration_ms: 1.919472
|
|
368
381
|
...
|
|
369
382
|
1..1
|
|
370
383
|
ok 4 - Advanced HTML Input Tests
|
|
371
384
|
---
|
|
372
|
-
duration_ms:
|
|
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.
|
|
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:
|
|
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.
|
|
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.
|
|
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 \# (
|
|
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 \# (
|
|
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
|
|
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:
|
|
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:
|
|
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:
|
|
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
|
|
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:
|
|
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:
|
|
488
|
-
# 1: \# QUnitX running: http://localhost:
|
|
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 \# (
|
|
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 \# (
|
|
495
|
-
# 8:
|
|
496
|
-
# 9:
|
|
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
|
|
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:
|
|
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:
|
|
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:
|
|
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 \# (
|
|
562
|
-
# 4: ok 3 {{moduleName}} Passing Tests | deepEqual true works \# (
|
|
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
|
|
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:
|
|
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 [
|
|
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
|
|
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.
|
|
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:
|
|
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:
|
|
665
|
+
duration_ms: 1466.629487
|
|
653
666
|
...
|
|
654
667
|
1..10
|
|
655
668
|
ok 7 - File Input Tests
|
|
656
669
|
---
|
|
657
|
-
duration_ms:
|
|
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/
|
|
663
|
-
# 0: \# QUnitX running: /home/izelnakri/Github/qunitx/tmp/
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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:
|
|
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/
|
|
714
|
-
# Error: Command failed: node cli.js tmp/
|
|
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:
|
|
739
|
+
duration_ms: 719.385245
|
|
727
740
|
...
|
|
728
741
|
# Trace:
|
|
729
742
|
# TEST NAME: Folder Input Tests |
|
|
730
|
-
# TEST COMMAND: node cli.js tmp/
|
|
731
|
-
# 0: \# QUnitX running: /home/izelnakri/Github/qunitx/tmp/
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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:
|
|
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/
|
|
801
|
-
# Error: Command failed: node cli.js tmp/
|
|
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:
|
|
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/
|
|
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
|
|
821
|
-
# 3: ok 2
|
|
822
|
-
# 4: ok 3
|
|
823
|
-
# 5: ok 4
|
|
824
|
-
# 6: ok 5
|
|
825
|
-
# 7: ok 6
|
|
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
|
|
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:
|
|
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/
|
|
849
|
-
# Error: Command failed: node cli.js tmp/
|
|
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:
|
|
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/
|
|
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
|
|
868
|
-
# 3: ok 2
|
|
869
|
-
# 4: ok 3
|
|
870
|
-
# 5: ok 4
|
|
871
|
-
# 6: ok 5
|
|
872
|
-
# 7: ok 6
|
|
873
|
-
# 8: ok 7
|
|
874
|
-
# 9: ok 8
|
|
875
|
-
# 10: ok 9
|
|
876
|
-
# 11: ok 10
|
|
877
|
-
# 12: ok 11
|
|
878
|
-
# 13: ok 12
|
|
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
|
|
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:
|
|
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/
|
|
902
|
-
# Error: Command failed: node cli.js tmp/
|
|
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:
|
|
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/
|
|
918
|
-
# 0: \# HTTPServer [Server]: started successfully at [localhost:1234] in [
|
|
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
|
|
924
|
-
# 6:
|
|
925
|
-
# 7:
|
|
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
|
|
928
|
-
# 10:
|
|
929
|
-
# 11:
|
|
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:
|
|
936
|
-
# 18: ok
|
|
937
|
-
# 19:
|
|
938
|
-
# 20:
|
|
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
|
|
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:
|
|
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/
|
|
968
|
-
# Error: Command failed: node cli.js tmp/
|
|
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:
|
|
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/
|
|
984
|
-
# 0: \# HTTPServer [Server]: started successfully at [localhost:1234] in [
|
|
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:
|
|
989
|
-
# 5:
|
|
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
|
|
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
|
|
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
|
|
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:
|
|
1002
|
-
# 18: ok
|
|
1003
|
-
# 19:
|
|
1004
|
-
# 20:
|
|
1005
|
-
# 21: calling
|
|
1006
|
-
# 22:
|
|
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
|
|
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
|
|
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
|
|
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:
|
|
1024
|
-
# 40:
|
|
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:
|
|
1028
|
-
# 44:
|
|
1029
|
-
# 45:
|
|
1030
|
-
# 46: }
|
|
1031
|
-
# 47:
|
|
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
|
|
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:
|
|
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/
|
|
1056
|
-
# Error: Command failed: node cli.js tmp/
|
|
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:
|
|
1081
|
+
duration_ms: 2069.898139
|
|
1068
1082
|
...
|
|
1069
1083
|
1..12
|
|
1070
1084
|
ok 8 - Folder Input Tests
|
|
1071
1085
|
---
|
|
1072
|
-
duration_ms:
|
|
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:
|
|
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:
|
|
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
|
|
1091
|
-
# fail
|
|
1104
|
+
# pass 38
|
|
1105
|
+
# fail 1
|
|
1092
1106
|
# cancelled 0
|
|
1093
1107
|
# skipped 0
|
|
1094
1108
|
# todo 0
|
|
1095
|
-
# duration_ms
|
|
1109
|
+
# duration_ms 36527.965792
|