pagean 4.4.2 → 6.0.1

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 (96) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +9 -9
  3. package/docs/upgrade-guide.md +16 -0
  4. package/index.js +7 -4
  5. package/lib/config.js +2 -2
  6. package/lib/default-config.json +41 -39
  7. package/lib/externalFileUtils.js +1 -1
  8. package/lib/linkUtils.js +162 -25
  9. package/lib/logger.js +1 -1
  10. package/lib/report-template.handlebars +224 -209
  11. package/lib/schemaErrors.js +5 -4
  12. package/lib/testUtils.js +1 -1
  13. package/lib/tests.js +14 -14
  14. package/package.json +28 -30
  15. package/schemas/pageanrc.schema.json +199 -191
  16. package/.codeclimate.json +0 -8
  17. package/.depcheckrc.json +0 -3
  18. package/.dockerignore +0 -12
  19. package/.eslintrc.json +0 -19
  20. package/.gitattributes +0 -4
  21. package/.gitlab/gitlab-releaser.json +0 -16
  22. package/.htmlhintrc +0 -25
  23. package/.markdownlint.json +0 -13
  24. package/.pa11yci.json +0 -5
  25. package/.pageanrc.json +0 -55
  26. package/.stylelintrc.json +0 -7
  27. package/CHANGELOG.md +0 -204
  28. package/gitlab.pageanrc.json +0 -16
  29. package/jest.config.json +0 -22
  30. package/static-server.pageanrc.json +0 -50
  31. package/tests/__snapshots__/config.test.js.snap +0 -591
  32. package/tests/__snapshots__/externalFileUtils.test.js.snap +0 -7
  33. package/tests/__snapshots__/index.test.js.snap +0 -30
  34. package/tests/__snapshots__/pagean.test.js.snap +0 -82
  35. package/tests/__snapshots__/pageanrc.test.js.snap +0 -759
  36. package/tests/__snapshots__/reporter.test.js.snap +0 -509
  37. package/tests/config.test.js +0 -264
  38. package/tests/externalFileUtils.test.js +0 -184
  39. package/tests/index.test.js +0 -181
  40. package/tests/linkUtils.test.js +0 -290
  41. package/tests/logger.test.js +0 -324
  42. package/tests/pagean.test.js +0 -85
  43. package/tests/pageanrc.test.js +0 -96
  44. package/tests/reporter.test.js +0 -82
  45. package/tests/schemaErrors.test.js +0 -88
  46. package/tests/test-cases/.htmlhintrc +0 -25
  47. package/tests/test-cases/brokenLinks.html +0 -22
  48. package/tests/test-cases/consoleLog.html +0 -11
  49. package/tests/test-cases/duplicateLinks.html +0 -22
  50. package/tests/test-cases/dynamicContent.html +0 -13
  51. package/tests/test-cases/externalScripts.html +0 -21
  52. package/tests/test-cases/horizontalScrollbar.html +0 -13
  53. package/tests/test-cases/htmlError.html +0 -11
  54. package/tests/test-cases/noExternalScripts.html +0 -12
  55. package/tests/test-cases/notDocumentLinks.html +0 -18
  56. package/tests/test-cases/pagean-results.json +0 -1
  57. package/tests/test-cases/scriptError404.html +0 -9
  58. package/tests/test-cases/slowLoad.html +0 -9
  59. package/tests/test-configs/cli-tests/.pageanrc.json +0 -28
  60. package/tests/test-configs/cli-tests/all-empty.pageanrc.json +0 -10
  61. package/tests/test-configs/cli-tests/all-errors.pageanrc.json +0 -69
  62. package/tests/test-configs/cli-tests/all-fail-cli.pageanrc.json +0 -9
  63. package/tests/test-configs/cli-tests/no-urls.pageanrc.json +0 -7
  64. package/tests/test-configs/cli-tests/pass-fail-cli.pageanrc.json +0 -14
  65. package/tests/test-configs/integration-tests/all-passing-tests.pageanrc.json +0 -63
  66. package/tests/test-configs/integration-tests/broken-links-error.pageanrc.json +0 -22
  67. package/tests/test-configs/integration-tests/console-error-reporter-cli-json.pageanrc.json +0 -20
  68. package/tests/test-configs/integration-tests/console-error-reporter-html.pageanrc.json +0 -19
  69. package/tests/test-configs/integration-tests/console-error.pageanrc.json +0 -16
  70. package/tests/test-configs/integration-tests/console-output.pageanrc.json +0 -16
  71. package/tests/test-configs/integration-tests/external-scripts-error.pageanrc.json +0 -19
  72. package/tests/test-configs/integration-tests/horizontal-scrollbar.pageanrc.json +0 -16
  73. package/tests/test-configs/integration-tests/html-error.pageanrc.json +0 -16
  74. package/tests/test-configs/integration-tests/page-load-time.pageanrc.json +0 -16
  75. package/tests/test-configs/unit-tests/empty-url-values.pageanrc.json +0 -9
  76. package/tests/test-configs/unit-tests/empty-urls.pageanrc.json +0 -3
  77. package/tests/test-configs/unit-tests/empty.pageanrc.json +0 -2
  78. package/tests/test-configs/unit-tests/global-and-test-specific-settings-shorthand.pageanrc.json +0 -30
  79. package/tests/test-configs/unit-tests/global-and-test-specific-settings-test-props.pageanrc.json +0 -42
  80. package/tests/test-configs/unit-tests/global-and-test-specific-settings.pageanrc.json +0 -34
  81. package/tests/test-configs/unit-tests/global-test-settings.pageanrc.json +0 -15
  82. package/tests/test-configs/unit-tests/htmlhintrc-invalid.pageanrc.json +0 -7
  83. package/tests/test-configs/unit-tests/htmlhintrc-valid.pageanrc.json +0 -7
  84. package/tests/test-configs/unit-tests/ignored-links-denormalized.pageanrc.json +0 -18
  85. package/tests/test-configs/unit-tests/invalid.pageanrc.json +0 -0
  86. package/tests/test-configs/unit-tests/no-test-settings.pageanrc.json +0 -6
  87. package/tests/test-configs/unit-tests/project-no-test-settings.pageanrc.json +0 -7
  88. package/tests/test-configs/unit-tests/puppeteer-no-test-settings.pageanrc.json +0 -9
  89. package/tests/test-configs/unit-tests/reporters-empty.pageanrc.json +0 -7
  90. package/tests/test-configs/unit-tests/reporters-invalid-type.pageanrc.json +0 -9
  91. package/tests/test-configs/unit-tests/reporters-not-array.pageanrc.json +0 -6
  92. package/tests/test-configs/unit-tests/reporters-valid.pageanrc.json +0 -9
  93. package/tests/test-configs/unit-tests/test-specific-settings.pageanrc.json +0 -26
  94. package/tests/test-configs/unit-tests/url-types.pageanrc.json +0 -10
  95. package/tests/testUtils.test.js +0 -244
  96. package/tests/tests.test.js +0 -533
@@ -1,591 +0,0 @@
1
- // Jest Snapshot v1, https://goo.gl/fbAQLP
2
-
3
- exports[`lint config should return an object with errors array populated if schema is invalid 1`] = `
4
- Array [
5
- Object {
6
- "dataPath": "/urls",
7
- "keyword": "minItems",
8
- "message": "should NOT have fewer than 1 items",
9
- "params": Object {
10
- "limit": 1,
11
- },
12
- "schemaPath": "#/properties/urls/minItems",
13
- },
14
- ]
15
- `;
16
-
17
- exports[`process config htmlhint settings should return valid default htmlhint settings if .htmlhintrc file exists and none specified in config 1`] = `
18
- Object {
19
- "alt-require": true,
20
- "attr-lowercase": true,
21
- "attr-no-duplication": true,
22
- "attr-unsafe-chars": true,
23
- "attr-value-double-quotes": true,
24
- "attr-value-not-empty": false,
25
- "doctype-first": true,
26
- "doctype-html5": true,
27
- "empty-tag-not-self-closed": true,
28
- "head-script-disabled": true,
29
- "href-abs-or-rel": false,
30
- "id-class-ad-disabled": false,
31
- "id-class-value": "false",
32
- "id-unique": true,
33
- "inline-script-disabled": false,
34
- "inline-style-disabled": false,
35
- "space-tab-mixed-disabled": "space",
36
- "spec-char-escape": true,
37
- "src-not-empty": true,
38
- "style-disabled": false,
39
- "tag-pair": true,
40
- "tagname-lowercase": true,
41
- "title-require": true,
42
- }
43
- `;
44
-
45
- exports[`process config htmlhint settings should return valid htmlhint settings from file specified in config if file exists 1`] = `
46
- Object {
47
- "alt-require": true,
48
- "attr-lowercase": true,
49
- "attr-no-duplication": true,
50
- "attr-unsafe-chars": true,
51
- "attr-value-double-quotes": false,
52
- "attr-value-not-empty": false,
53
- "doctype-first": true,
54
- "doctype-html5": true,
55
- "empty-tag-not-self-closed": true,
56
- "head-script-disabled": true,
57
- "href-abs-or-rel": false,
58
- "id-class-ad-disabled": false,
59
- "id-class-value": "false",
60
- "id-unique": true,
61
- "inline-script-disabled": false,
62
- "inline-style-disabled": true,
63
- "space-tab-mixed-disabled": "space",
64
- "spec-char-escape": true,
65
- "src-not-empty": true,
66
- "style-disabled": false,
67
- "tag-pair": true,
68
- "tagname-lowercase": true,
69
- "title-require": false,
70
- }
71
- `;
72
-
73
- exports[`process config puppeteer launch options should return config with puppeteer launch settings 1`] = `
74
- Object {
75
- "args": Array [
76
- "--no-sandbox",
77
- ],
78
- }
79
- `;
80
-
81
- exports[`process config puppeteer launch options should return config with undefined puppeteer launch settings 1`] = `undefined`;
82
-
83
- exports[`process config test settings should return config with default and test-specific settings 1`] = `
84
- Array [
85
- Object {
86
- "rawUrl": "localhost/tests/test-cases/consoleLog.html",
87
- "settings": Object {
88
- "brokenLinkTest": Object {
89
- "enabled": true,
90
- "failWarn": true,
91
- },
92
- "consoleErrorTest": Object {
93
- "enabled": true,
94
- "failWarn": false,
95
- },
96
- "consoleOutputTest": Object {
97
- "enabled": true,
98
- "failWarn": false,
99
- },
100
- "externalScriptTest": Object {
101
- "enabled": true,
102
- "failWarn": true,
103
- },
104
- "horizontalScrollbarTest": Object {
105
- "enabled": true,
106
- "failWarn": false,
107
- },
108
- "pageLoadTimeTest": Object {
109
- "enabled": true,
110
- "failWarn": false,
111
- "pageLoadTimeThreshold": 2,
112
- },
113
- "renderedHtmlTest": Object {
114
- "enabled": true,
115
- "failWarn": false,
116
- },
117
- },
118
- "url": "https://localhost/tests/test-cases/consoleLog.html",
119
- },
120
- Object {
121
- "rawUrl": "localhost/tests/test-cases/dynamicContent.html",
122
- "settings": Object {
123
- "brokenLinkTest": Object {
124
- "enabled": true,
125
- "failWarn": true,
126
- },
127
- "consoleErrorTest": Object {
128
- "enabled": true,
129
- "failWarn": false,
130
- },
131
- "consoleOutputTest": Object {
132
- "enabled": true,
133
- "failWarn": false,
134
- },
135
- "externalScriptTest": Object {
136
- "enabled": true,
137
- "failWarn": true,
138
- },
139
- "horizontalScrollbarTest": Object {
140
- "enabled": true,
141
- "failWarn": false,
142
- },
143
- "pageLoadTimeTest": Object {
144
- "enabled": true,
145
- "failWarn": false,
146
- "pageLoadTimeThreshold": 2,
147
- },
148
- "renderedHtmlTest": Object {
149
- "enabled": true,
150
- "failWarn": false,
151
- },
152
- },
153
- "url": "https://localhost/tests/test-cases/dynamicContent.html",
154
- },
155
- Object {
156
- "rawUrl": "localhost/tests/test-cases/horizontalScrollbar.html",
157
- "settings": Object {
158
- "brokenLinkTest": Object {
159
- "enabled": true,
160
- "failWarn": true,
161
- },
162
- "consoleErrorTest": Object {
163
- "enabled": true,
164
- "failWarn": false,
165
- },
166
- "consoleOutputTest": Object {
167
- "enabled": true,
168
- "failWarn": false,
169
- },
170
- "externalScriptTest": Object {
171
- "enabled": true,
172
- "failWarn": true,
173
- },
174
- "horizontalScrollbarTest": Object {
175
- "enabled": false,
176
- "failWarn": false,
177
- },
178
- "pageLoadTimeTest": Object {
179
- "enabled": false,
180
- "failWarn": false,
181
- "pageLoadTimeThreshold": 2,
182
- },
183
- "renderedHtmlTest": Object {
184
- "enabled": true,
185
- "failWarn": false,
186
- },
187
- },
188
- "url": "https://localhost/tests/test-cases/horizontalScrollbar.html",
189
- },
190
- Object {
191
- "rawUrl": "localhost/tests/test-cases/htmlError.html",
192
- "settings": Object {
193
- "brokenLinkTest": Object {
194
- "enabled": true,
195
- "failWarn": true,
196
- },
197
- "consoleErrorTest": Object {
198
- "enabled": true,
199
- "failWarn": false,
200
- },
201
- "consoleOutputTest": Object {
202
- "enabled": true,
203
- "failWarn": false,
204
- },
205
- "externalScriptTest": Object {
206
- "enabled": true,
207
- "failWarn": true,
208
- },
209
- "horizontalScrollbarTest": Object {
210
- "enabled": true,
211
- "failWarn": false,
212
- },
213
- "pageLoadTimeTest": Object {
214
- "enabled": true,
215
- "failWarn": false,
216
- "pageLoadTimeThreshold": 2,
217
- },
218
- "renderedHtmlTest": Object {
219
- "enabled": true,
220
- "failWarn": false,
221
- },
222
- },
223
- "url": "https://localhost/tests/test-cases/htmlError.html",
224
- },
225
- Object {
226
- "rawUrl": "localhost/tests/test-cases/scriptError404.html",
227
- "settings": Object {
228
- "brokenLinkTest": Object {
229
- "enabled": true,
230
- "failWarn": true,
231
- },
232
- "consoleErrorTest": Object {
233
- "enabled": false,
234
- "failWarn": false,
235
- },
236
- "consoleOutputTest": Object {
237
- "enabled": false,
238
- "failWarn": false,
239
- },
240
- "externalScriptTest": Object {
241
- "enabled": true,
242
- "failWarn": true,
243
- },
244
- "horizontalScrollbarTest": Object {
245
- "enabled": true,
246
- "failWarn": false,
247
- },
248
- "pageLoadTimeTest": Object {
249
- "enabled": true,
250
- "failWarn": false,
251
- "pageLoadTimeThreshold": 1,
252
- },
253
- "renderedHtmlTest": Object {
254
- "enabled": true,
255
- "failWarn": false,
256
- },
257
- },
258
- "url": "https://localhost/tests/test-cases/scriptError404.html",
259
- },
260
- ]
261
- `;
262
-
263
- exports[`process config test settings should return config with default test settings 1`] = `
264
- Array [
265
- Object {
266
- "rawUrl": "localhost/tests/test-cases/consoleLog.html",
267
- "settings": Object {
268
- "brokenLinkTest": Object {
269
- "enabled": true,
270
- "failWarn": true,
271
- },
272
- "consoleErrorTest": Object {
273
- "enabled": true,
274
- "failWarn": false,
275
- },
276
- "consoleOutputTest": Object {
277
- "enabled": true,
278
- "failWarn": false,
279
- },
280
- "externalScriptTest": Object {
281
- "enabled": true,
282
- "failWarn": true,
283
- },
284
- "horizontalScrollbarTest": Object {
285
- "enabled": true,
286
- "failWarn": false,
287
- },
288
- "pageLoadTimeTest": Object {
289
- "enabled": true,
290
- "failWarn": false,
291
- "pageLoadTimeThreshold": 2,
292
- },
293
- "renderedHtmlTest": Object {
294
- "enabled": true,
295
- "failWarn": false,
296
- },
297
- },
298
- "url": "https://localhost/tests/test-cases/consoleLog.html",
299
- },
300
- Object {
301
- "rawUrl": "localhost/tests/test-cases/dynamicContent.html",
302
- "settings": Object {
303
- "brokenLinkTest": Object {
304
- "enabled": true,
305
- "failWarn": true,
306
- },
307
- "consoleErrorTest": Object {
308
- "enabled": true,
309
- "failWarn": false,
310
- },
311
- "consoleOutputTest": Object {
312
- "enabled": true,
313
- "failWarn": false,
314
- },
315
- "externalScriptTest": Object {
316
- "enabled": true,
317
- "failWarn": true,
318
- },
319
- "horizontalScrollbarTest": Object {
320
- "enabled": true,
321
- "failWarn": false,
322
- },
323
- "pageLoadTimeTest": Object {
324
- "enabled": true,
325
- "failWarn": false,
326
- "pageLoadTimeThreshold": 2,
327
- },
328
- "renderedHtmlTest": Object {
329
- "enabled": true,
330
- "failWarn": false,
331
- },
332
- },
333
- "url": "https://localhost/tests/test-cases/dynamicContent.html",
334
- },
335
- ]
336
- `;
337
-
338
- exports[`process config test settings should return config with default, global, and test-specific settings 1`] = `
339
- Array [
340
- Object {
341
- "rawUrl": "localhost/tests/test-cases/consoleLog.html",
342
- "settings": Object {
343
- "brokenLinkTest": Object {
344
- "enabled": true,
345
- "failWarn": true,
346
- },
347
- "consoleErrorTest": Object {
348
- "enabled": true,
349
- "failWarn": false,
350
- },
351
- "consoleOutputTest": Object {
352
- "enabled": true,
353
- "failWarn": false,
354
- },
355
- "externalScriptTest": Object {
356
- "enabled": true,
357
- "failWarn": true,
358
- },
359
- "horizontalScrollbarTest": Object {
360
- "enabled": false,
361
- "failWarn": false,
362
- },
363
- "pageLoadTimeTest": Object {
364
- "enabled": false,
365
- "failWarn": false,
366
- "pageLoadTimeThreshold": 2,
367
- },
368
- "renderedHtmlTest": Object {
369
- "enabled": true,
370
- "failWarn": false,
371
- },
372
- },
373
- "url": "https://localhost/tests/test-cases/consoleLog.html",
374
- },
375
- Object {
376
- "rawUrl": "localhost/tests/test-cases/dynamicContent.html",
377
- "settings": Object {
378
- "brokenLinkTest": Object {
379
- "enabled": true,
380
- "failWarn": true,
381
- },
382
- "consoleErrorTest": Object {
383
- "enabled": true,
384
- "failWarn": false,
385
- },
386
- "consoleOutputTest": Object {
387
- "enabled": true,
388
- "failWarn": false,
389
- },
390
- "externalScriptTest": Object {
391
- "enabled": true,
392
- "failWarn": true,
393
- },
394
- "horizontalScrollbarTest": Object {
395
- "enabled": false,
396
- "failWarn": false,
397
- },
398
- "pageLoadTimeTest": Object {
399
- "enabled": false,
400
- "failWarn": false,
401
- "pageLoadTimeThreshold": 2,
402
- },
403
- "renderedHtmlTest": Object {
404
- "enabled": true,
405
- "failWarn": false,
406
- },
407
- },
408
- "url": "https://localhost/tests/test-cases/dynamicContent.html",
409
- },
410
- Object {
411
- "rawUrl": "localhost/tests/test-cases/horizontalScrollbar.html",
412
- "settings": Object {
413
- "brokenLinkTest": Object {
414
- "enabled": true,
415
- "failWarn": true,
416
- },
417
- "consoleErrorTest": Object {
418
- "enabled": true,
419
- "failWarn": false,
420
- },
421
- "consoleOutputTest": Object {
422
- "enabled": true,
423
- "failWarn": false,
424
- },
425
- "externalScriptTest": Object {
426
- "enabled": true,
427
- "failWarn": true,
428
- },
429
- "horizontalScrollbarTest": Object {
430
- "enabled": true,
431
- "failWarn": false,
432
- },
433
- "pageLoadTimeTest": Object {
434
- "enabled": false,
435
- "failWarn": false,
436
- "pageLoadTimeThreshold": 2,
437
- },
438
- "renderedHtmlTest": Object {
439
- "enabled": true,
440
- "failWarn": false,
441
- },
442
- },
443
- "url": "https://localhost/tests/test-cases/horizontalScrollbar.html",
444
- },
445
- Object {
446
- "rawUrl": "localhost/tests/test-cases/htmlError.html",
447
- "settings": Object {
448
- "brokenLinkTest": Object {
449
- "enabled": true,
450
- "failWarn": true,
451
- },
452
- "consoleErrorTest": Object {
453
- "enabled": true,
454
- "failWarn": false,
455
- },
456
- "consoleOutputTest": Object {
457
- "enabled": true,
458
- "failWarn": false,
459
- },
460
- "externalScriptTest": Object {
461
- "enabled": true,
462
- "failWarn": true,
463
- },
464
- "horizontalScrollbarTest": Object {
465
- "enabled": false,
466
- "failWarn": false,
467
- },
468
- "pageLoadTimeTest": Object {
469
- "enabled": false,
470
- "failWarn": false,
471
- "pageLoadTimeThreshold": 2,
472
- },
473
- "renderedHtmlTest": Object {
474
- "enabled": true,
475
- "failWarn": false,
476
- },
477
- },
478
- "url": "https://localhost/tests/test-cases/htmlError.html",
479
- },
480
- Object {
481
- "rawUrl": "localhost/tests/test-cases/scriptError404.html",
482
- "settings": Object {
483
- "brokenLinkTest": Object {
484
- "enabled": true,
485
- "failWarn": true,
486
- },
487
- "consoleErrorTest": Object {
488
- "enabled": false,
489
- "failWarn": false,
490
- },
491
- "consoleOutputTest": Object {
492
- "enabled": false,
493
- "failWarn": false,
494
- },
495
- "externalScriptTest": Object {
496
- "enabled": true,
497
- "failWarn": true,
498
- },
499
- "horizontalScrollbarTest": Object {
500
- "enabled": false,
501
- "failWarn": false,
502
- },
503
- "pageLoadTimeTest": Object {
504
- "enabled": false,
505
- "failWarn": false,
506
- "pageLoadTimeThreshold": 1,
507
- },
508
- "renderedHtmlTest": Object {
509
- "enabled": true,
510
- "failWarn": false,
511
- },
512
- },
513
- "url": "https://localhost/tests/test-cases/scriptError404.html",
514
- },
515
- ]
516
- `;
517
-
518
- exports[`process config test settings should return config with global test settings 1`] = `
519
- Array [
520
- Object {
521
- "rawUrl": "localhost/tests/test-cases/consoleLog.html",
522
- "settings": Object {
523
- "brokenLinkTest": Object {
524
- "enabled": true,
525
- "failWarn": true,
526
- },
527
- "consoleErrorTest": Object {
528
- "enabled": true,
529
- "failWarn": false,
530
- },
531
- "consoleOutputTest": Object {
532
- "enabled": false,
533
- "failWarn": false,
534
- },
535
- "externalScriptTest": Object {
536
- "enabled": true,
537
- "failWarn": true,
538
- },
539
- "horizontalScrollbarTest": Object {
540
- "enabled": false,
541
- "failWarn": false,
542
- },
543
- "pageLoadTimeTest": Object {
544
- "enabled": true,
545
- "failWarn": false,
546
- "pageLoadTimeThreshold": 10,
547
- },
548
- "renderedHtmlTest": Object {
549
- "enabled": true,
550
- "failWarn": false,
551
- },
552
- },
553
- "url": "https://localhost/tests/test-cases/consoleLog.html",
554
- },
555
- Object {
556
- "rawUrl": "localhost/tests/test-cases/dynamicContent.html",
557
- "settings": Object {
558
- "brokenLinkTest": Object {
559
- "enabled": true,
560
- "failWarn": true,
561
- },
562
- "consoleErrorTest": Object {
563
- "enabled": true,
564
- "failWarn": false,
565
- },
566
- "consoleOutputTest": Object {
567
- "enabled": false,
568
- "failWarn": false,
569
- },
570
- "externalScriptTest": Object {
571
- "enabled": true,
572
- "failWarn": true,
573
- },
574
- "horizontalScrollbarTest": Object {
575
- "enabled": false,
576
- "failWarn": false,
577
- },
578
- "pageLoadTimeTest": Object {
579
- "enabled": true,
580
- "failWarn": false,
581
- "pageLoadTimeThreshold": 10,
582
- },
583
- "renderedHtmlTest": Object {
584
- "enabled": true,
585
- "failWarn": false,
586
- },
587
- },
588
- "url": "https://localhost/tests/test-cases/dynamicContent.html",
589
- },
590
- ]
591
- `;