-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathbackstop.json
More file actions
600 lines (600 loc) · 23.7 KB
/
Copy pathbackstop.json
File metadata and controls
600 lines (600 loc) · 23.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
{
"id": "cdc-open-viz-regression-tests",
"viewports": [
{
"label": "desktop",
"width": 1920,
"height": 1080
}
],
"onBeforeScript": "puppet/onBefore.js",
"onReadyScript": "puppet/onReady.js",
"scenarios": [
{
"label": "Gallery/Charts/Bar Chart Time Based",
"url": "http://localhost:6006/iframe.html?id=regression-tests-gallery-charts--bar-chart-time-based&viewMode=story",
"delay": 15000,
"misMatchThreshold": 1.0
},
{
"label": "Gallery/Charts/Bar Chart Categorical",
"url": "http://localhost:6006/iframe.html?id=regression-tests-gallery-charts--bar-chart-categorical&viewMode=story",
"delay": 15000,
"misMatchThreshold": 1.0
},
{
"label": "Gallery/Charts/Bar Chart With Highlighted Value",
"url": "http://localhost:6006/iframe.html?id=regression-tests-gallery-charts--bar-chart-with-highlighted-value&viewMode=story",
"delay": 15000,
"misMatchThreshold": 1.0
},
{
"label": "Gallery/Charts/Bar Chart With Confidence Intervals",
"url": "http://localhost:6006/iframe.html?id=regression-tests-gallery-charts--bar-chart-with-confidence-intervals&viewMode=story",
"delay": 15000,
"misMatchThreshold": 1.0
},
{
"label": "Gallery/Charts/Bar Chart With Suppressed Values",
"url": "http://localhost:6006/iframe.html?id=regression-tests-gallery-charts--bar-chart-with-suppressed-values&viewMode=story",
"delay": 15000,
"misMatchThreshold": 1.0
},
{
"label": "Gallery/Charts/Horizontal Bar Chart",
"url": "http://localhost:6006/iframe.html?id=regression-tests-gallery-charts--horizontal-bar-chart&viewMode=story",
"delay": 15000,
"misMatchThreshold": 1.0
},
{
"label": "Gallery/Charts/Box Plot With Outliers",
"url": "http://localhost:6006/iframe.html?id=regression-tests-gallery-charts--box-plot-with-outliers&viewMode=story",
"delay": 15000,
"misMatchThreshold": 1.0
},
{
"label": "Gallery/Charts/Horizontal Box Plot",
"url": "http://localhost:6006/iframe.html?id=regression-tests-gallery-charts--horizontal-box-plot&viewMode=story",
"delay": 15000,
"misMatchThreshold": 1.0
},
{
"label": "Gallery/Charts/Bump Chart",
"url": "http://localhost:6006/iframe.html?id=regression-tests-gallery-charts--bump-chart&viewMode=story",
"delay": 15000,
"misMatchThreshold": 1.0
},
{
"label": "Gallery/Charts/Combo Bar And Area",
"url": "http://localhost:6006/iframe.html?id=regression-tests-gallery-charts--combo-bar-and-area&viewMode=story",
"delay": 15000,
"misMatchThreshold": 1.0
},
{
"label": "Gallery/Charts/Epi Style Bar Chart",
"url": "http://localhost:6006/iframe.html?id=regression-tests-gallery-charts--epi-style-bar-chart&viewMode=story",
"delay": 15000,
"misMatchThreshold": 1.0
},
{
"label": "Gallery/Charts/Deviation Bar Chart",
"url": "http://localhost:6006/iframe.html?id=regression-tests-gallery-charts--deviation-bar-chart&viewMode=story",
"delay": 15000,
"misMatchThreshold": 1.0
},
{
"label": "Gallery/Charts/Forecast Chart Single CI",
"url": "http://localhost:6006/iframe.html?id=regression-tests-gallery-charts--forecast-chart-single-ci&viewMode=story",
"delay": 15000,
"misMatchThreshold": 1.0
},
{
"label": "Gallery/Charts/Forecast Chart Multiple CIs",
"url": "http://localhost:6006/iframe.html?id=regression-tests-gallery-charts--forecast-chart-multiple-c-is&viewMode=story",
"delay": 15000,
"misMatchThreshold": 1.0
},
{
"label": "Gallery/Charts/Line Chart Standard",
"url": "http://localhost:6006/iframe.html?id=regression-tests-gallery-charts--line-chart-standard&viewMode=story",
"delay": 15000,
"misMatchThreshold": 1.0
},
{
"label": "Gallery/Charts/Line Chart With Regions",
"url": "http://localhost:6006/iframe.html?id=regression-tests-gallery-charts--line-chart-with-regions&viewMode=story",
"delay": 15000,
"misMatchThreshold": 1.0
},
{
"label": "Gallery/Charts/Line Chart Isolated",
"url": "http://localhost:6006/iframe.html?id=regression-tests-gallery-charts--line-chart-isolated&viewMode=story",
"delay": 15000,
"misMatchThreshold": 1.0
},
{
"label": "Gallery/Charts/Line Chart Line Weights",
"url": "http://localhost:6006/iframe.html?id=regression-tests-gallery-charts--line-chart-line-weights&viewMode=story",
"delay": 15000,
"misMatchThreshold": 1.0
},
{
"label": "Gallery/Charts/Line Chart With Open Circles",
"url": "http://localhost:6006/iframe.html?id=regression-tests-gallery-charts--line-chart-with-open-circles&viewMode=story",
"delay": 15000,
"misMatchThreshold": 1.0
},
{
"label": "Gallery/Charts/Line Chart With Suppression",
"url": "http://localhost:6006/iframe.html?id=regression-tests-gallery-charts--line-chart-with-suppression&viewMode=story",
"delay": 15000,
"misMatchThreshold": 1.0
},
{
"label": "Gallery/Charts/Lollipop Horizontal Bar Chart",
"url": "http://localhost:6006/iframe.html?id=regression-tests-gallery-charts--lollipop-horizontal-bar-chart&viewMode=story",
"delay": 15000,
"misMatchThreshold": 1.0
},
{
"label": "Gallery/Charts/Pie Chart",
"url": "http://localhost:6006/iframe.html?id=regression-tests-gallery-charts--pie-chart&viewMode=story",
"delay": 15000,
"misMatchThreshold": 1.0
},
{
"label": "Gallery/Charts/Donut Chart",
"url": "http://localhost:6006/iframe.html?id=regression-tests-gallery-charts--donut-chart&viewMode=story",
"delay": 15000,
"misMatchThreshold": 1.0
},
{
"label": "Gallery/Charts/Scatter Plot Negative Trend",
"url": "http://localhost:6006/iframe.html?id=regression-tests-gallery-charts--scatter-plot-negative-trend&viewMode=story",
"delay": 15000,
"misMatchThreshold": 1.0
},
{
"label": "Gallery/Charts/Scatter Plot Multi Series",
"url": "http://localhost:6006/iframe.html?id=regression-tests-gallery-charts--scatter-plot-multi-series&viewMode=story",
"delay": 15000,
"misMatchThreshold": 1.0
},
{
"label": "Gallery/Charts/Scatter Plot Nonlinear Trend",
"url": "http://localhost:6006/iframe.html?id=regression-tests-gallery-charts--scatter-plot-nonlinear-trend&viewMode=story",
"delay": 15000,
"misMatchThreshold": 1.0
},
{
"label": "Gallery/Charts/Sparkline Dashboard",
"url": "http://localhost:6006/iframe.html?id=regression-tests-gallery-charts--sparkline-dashboard&viewMode=story",
"delay": 15000,
"misMatchThreshold": 1.0
},
{
"label": "Gallery/Charts/Sparkline 2016 Outreach Var2",
"url": "http://localhost:6006/iframe.html?id=regression-tests-gallery-charts--sparkline-2016-outreach-var-2&viewMode=story",
"delay": 15000,
"misMatchThreshold": 1.0
},
{
"label": "Gallery/Charts/Sparkline 2016 Outreach Var3",
"url": "http://localhost:6006/iframe.html?id=regression-tests-gallery-charts--sparkline-2016-outreach-var-3&viewMode=story",
"delay": 15000,
"misMatchThreshold": 1.0
},
{
"label": "Gallery/Charts/Sparkline 2016 Outreach Var4",
"url": "http://localhost:6006/iframe.html?id=regression-tests-gallery-charts--sparkline-2016-outreach-var-4&viewMode=story",
"delay": 15000,
"misMatchThreshold": 1.0
},
{
"label": "Gallery/Charts/Stacked Area Chart",
"url": "http://localhost:6006/iframe.html?id=regression-tests-gallery-charts--stacked-area-chart&viewMode=story",
"delay": 15000,
"misMatchThreshold": 1.0
},
{
"label": "Gallery/Charts/Area Chart With Annotations",
"url": "http://localhost:6006/iframe.html?id=regression-tests-gallery-charts--area-chart-with-annotations&viewMode=story",
"delay": 15000,
"misMatchThreshold": 1.0
},
{
"label": "Gallery/Charts/Area Chart With Categorical Axis",
"url": "http://localhost:6006/iframe.html?id=regression-tests-gallery-charts--area-chart-with-categorical-axis&viewMode=story",
"delay": 15000,
"misMatchThreshold": 1.0
},
{
"label": "Gallery/Charts/Stacked Horizontal Bar Chart",
"url": "http://localhost:6006/iframe.html?id=regression-tests-gallery-charts--stacked-horizontal-bar-chart&viewMode=story",
"delay": 15000,
"misMatchThreshold": 1.0
},
{
"label": "Gallery/Charts/Stacked Vertical Bar Chart",
"url": "http://localhost:6006/iframe.html?id=regression-tests-gallery-charts--stacked-vertical-bar-chart&viewMode=story",
"delay": 15000,
"misMatchThreshold": 1.0
},
{
"label": "Gallery/Maps/Bubble Map World",
"url": "http://localhost:6006/iframe.html?id=regression-tests-gallery-maps--bubble-map-world&viewMode=story",
"delay": 15000,
"misMatchThreshold": 1.0
},
{
"label": "Gallery/Maps/Bubble Map US",
"url": "http://localhost:6006/iframe.html?id=regression-tests-gallery-maps--bubble-map-us&viewMode=story",
"delay": 15000,
"misMatchThreshold": 1.0
},
{
"label": "Gallery/Maps/Categorical Map With Special Classes",
"url": "http://localhost:6006/iframe.html?id=regression-tests-gallery-maps--categorical-map-with-special-classes&viewMode=story",
"delay": 15000,
"misMatchThreshold": 1.0
},
{
"label": "Gallery/Maps/Qualitative Categorical Map",
"url": "http://localhost:6006/iframe.html?id=regression-tests-gallery-maps--qualitative-categorical-map&viewMode=story",
"delay": 15000,
"misMatchThreshold": 1.0
},
{
"label": "Gallery/Maps/Custom Layer Map",
"url": "http://localhost:6006/iframe.html?id=regression-tests-gallery-maps--custom-layer-map&viewMode=story",
"delay": 15000,
"misMatchThreshold": 1.0
},
{
"label": "Gallery/Maps/Map Multiple Filters",
"url": "http://localhost:6006/iframe.html?id=regression-tests-gallery-maps--map-multiple-filters&viewMode=story",
"delay": 15000,
"misMatchThreshold": 1.0
},
{
"label": "Gallery/Maps/Map Tab Filters",
"url": "http://localhost:6006/iframe.html?id=regression-tests-gallery-maps--map-tab-filters&viewMode=story",
"delay": 15000,
"misMatchThreshold": 1.0
},
{
"label": "Gallery/Maps/US Geocode Map",
"url": "http://localhost:6006/iframe.html?id=regression-tests-gallery-maps--us-geocode-map&viewMode=story",
"delay": 15000,
"misMatchThreshold": 1.0
},
{
"label": "Gallery/Maps/HHS Regions Map",
"url": "http://localhost:6006/iframe.html?id=regression-tests-gallery-maps--hhs-regions-map&viewMode=story",
"delay": 15000,
"misMatchThreshold": 1.0
},
{
"label": "Gallery/Maps/Standard Hex Map",
"url": "http://localhost:6006/iframe.html?id=regression-tests-gallery-maps--standard-hex-map&viewMode=story",
"delay": 15000,
"misMatchThreshold": 1.0
},
{
"label": "Gallery/Maps/Hex Map With Filter",
"url": "http://localhost:6006/iframe.html?id=regression-tests-gallery-maps--hex-map-with-filter&viewMode=story",
"delay": 15000,
"misMatchThreshold": 1.0
},
{
"label": "Gallery/Maps/Hex Map With Arrows",
"url": "http://localhost:6006/iframe.html?id=regression-tests-gallery-maps--hex-map-with-arrows&viewMode=story",
"delay": 15000,
"misMatchThreshold": 1.0
},
{
"label": "Gallery/Maps/US Map With Cities",
"url": "http://localhost:6006/iframe.html?id=regression-tests-gallery-maps--us-map-with-cities&viewMode=story",
"delay": 15000,
"misMatchThreshold": 1.0
},
{
"label": "Gallery/Maps/US Navigation Map",
"url": "http://localhost:6006/iframe.html?id=regression-tests-gallery-maps--us-navigation-map&viewMode=story",
"delay": 15000,
"misMatchThreshold": 1.0
},
{
"label": "Gallery/Maps/World Navigation Map",
"url": "http://localhost:6006/iframe.html?id=regression-tests-gallery-maps--world-navigation-map&viewMode=story",
"delay": 15000,
"misMatchThreshold": 1.0
},
{
"label": "Gallery/Maps/Equal Interval Map",
"url": "http://localhost:6006/iframe.html?id=regression-tests-gallery-maps--equal-interval-map&viewMode=story",
"delay": 15000,
"misMatchThreshold": 1.0
},
{
"label": "Gallery/Maps/Equal Number Map",
"url": "http://localhost:6006/iframe.html?id=regression-tests-gallery-maps--equal-number-map&viewMode=story",
"delay": 15000,
"misMatchThreshold": 1.0
},
{
"label": "Gallery/Maps/Equal Number Map New Quantile",
"url": "http://localhost:6006/iframe.html?id=regression-tests-gallery-maps--equal-number-map-new-quantile&viewMode=story",
"delay": 15000,
"misMatchThreshold": 1.0
},
{
"label": "Gallery/Maps/Single State Map Counties",
"url": "http://localhost:6006/iframe.html?id=regression-tests-gallery-maps--single-state-map-counties&viewMode=story",
"delay": 15000,
"misMatchThreshold": 1.0
},
{
"label": "Gallery/Maps/Single State With Census Toggle",
"url": "http://localhost:6006/iframe.html?id=regression-tests-gallery-maps--single-state-with-census-toggle&viewMode=story",
"delay": 15000,
"misMatchThreshold": 1.0
},
{
"label": "Gallery/Maps/Single State Filter With Zoom",
"url": "http://localhost:6006/iframe.html?id=regression-tests-gallery-maps--single-state-filter-with-zoom&viewMode=story",
"delay": 15000,
"misMatchThreshold": 1.0
},
{
"label": "Gallery/Maps/Multi State County Map",
"url": "http://localhost:6006/iframe.html?id=regression-tests-gallery-maps--multi-state-county-map&viewMode=story",
"delay": 15000,
"misMatchThreshold": 1.0
},
{
"label": "Gallery/Maps/US County Level Map",
"url": "http://localhost:6006/iframe.html?id=regression-tests-gallery-maps--us-county-level-map&viewMode=story",
"delay": 15000,
"misMatchThreshold": 1.0
},
{
"label": "Gallery/Maps/World Data Map",
"url": "http://localhost:6006/iframe.html?id=regression-tests-gallery-maps--world-data-map&viewMode=story",
"delay": 15000,
"misMatchThreshold": 1.0
},
{
"label": "Gallery/Data Bites/Data Bite Circle Average",
"url": "http://localhost:6006/iframe.html?id=regression-tests-gallery-data-bites--data-bite-circle-average&viewMode=story",
"delay": 15000,
"misMatchThreshold": 1.0
},
{
"label": "Gallery/Data Bites/Data Bite Text Max Pic",
"url": "http://localhost:6006/iframe.html?id=regression-tests-gallery-data-bites--data-bite-text-max-pic&viewMode=story",
"delay": 15000,
"misMatchThreshold": 1.0
},
{
"label": "Gallery/Data Bites/Data Bite Circle Sum",
"url": "http://localhost:6006/iframe.html?id=regression-tests-gallery-data-bites--data-bite-circle-sum&viewMode=story",
"delay": 15000,
"misMatchThreshold": 1.0
},
{
"label": "Gallery/Data Bites/Data Bite Text Average Pic",
"url": "http://localhost:6006/iframe.html?id=regression-tests-gallery-data-bites--data-bite-text-average-pic&viewMode=story",
"delay": 15000,
"misMatchThreshold": 1.0
},
{
"label": "Gallery/Waffle Charts/Waffle Chart Person",
"url": "http://localhost:6006/iframe.html?id=regression-tests-gallery-waffle-charts--waffle-chart-person&viewMode=story",
"delay": 15000,
"misMatchThreshold": 1.0
},
{
"label": "Gallery/Waffle Charts/Gauge Chart",
"url": "http://localhost:6006/iframe.html?id=regression-tests-gallery-waffle-charts--gauge-chart&viewMode=story",
"delay": 15000,
"misMatchThreshold": 1.0
},
{
"label": "Pages/ART/State Specific Dashboard",
"url": "http://localhost:6006/iframe.html?id=regression-tests-pages-art--state-specific-dashboard&viewMode=story",
"delay": 15000,
"misMatchThreshold": 1.0
},
{
"label": "Pages/BRFSS/Explore By Location",
"url": "http://localhost:6006/iframe.html?id=regression-tests-pages-brfss--explore-by-location&viewMode=story",
"delay": 15000,
"misMatchThreshold": 1.0
},
{
"label": "Pages/BRFSS/Explore By Topic",
"url": "http://localhost:6006/iframe.html?id=regression-tests-pages-brfss--explore-by-topic&viewMode=story",
"delay": 15000,
"misMatchThreshold": 1.0
},
{
"label": "Pages/BRFSS/All BRFSS Dashboards",
"url": "http://localhost:6006/iframe.html?id=regression-tests-pages-brfss--all-brfss-dashboards&viewMode=story",
"delay": 15000,
"misMatchThreshold": 1.0
},
{
"label": "Pages/CancerRegistries/NPCR Programs Map",
"url": "http://localhost:6006/iframe.html?id=regression-tests-pages-cancer-registries--npcr-programs-map&viewMode=story",
"delay": 15000,
"misMatchThreshold": 1.0
},
{
"label": "Pages/EasternEquineEncephalitis/Cumulative Data",
"url": "http://localhost:6006/iframe.html?id=regression-tests-pages-eastern-equine-encephalitis--cumulative-data&viewMode=story",
"delay": 15000,
"misMatchThreshold": 1.0
},
{
"label": "Pages/EasternEquineEncephalitis/Explore Human Data",
"url": "http://localhost:6006/iframe.html?id=regression-tests-pages-eastern-equine-encephalitis--explore-human-data&viewMode=story",
"delay": 20000,
"misMatchThreshold": 1.0
},
{
"label": "Pages/EasternEquineEncephalitis/Explore County Data",
"url": "http://localhost:6006/iframe.html?id=regression-tests-pages-eastern-equine-encephalitis--explore-county-data&viewMode=story",
"delay": 15000,
"misMatchThreshold": 1.0
},
{
"label": "Pages/EasternEquineEncephalitis/Connecticut 2022",
"url": "http://localhost:6006/iframe.html?id=regression-tests-pages-eastern-equine-encephalitis--connecticut-2022&viewMode=story",
"delay": 15000,
"misMatchThreshold": 1.0
},
{
"label": "Pages/EasternEquineEncephalitis/All EEE Visualizations",
"url": "http://localhost:6006/iframe.html?id=regression-tests-pages-eastern-equine-encephalitis--all-eee-visualizations&viewMode=story",
"delay": 15000,
"misMatchThreshold": 1.0
},
{
"label": "Pages/ExcessiveAlcoholUse/Excessive Alcohol Use Dashboard",
"url": "http://localhost:6006/iframe.html?id=regression-tests-pages-excessive-alcohol-use--excessive-alcohol-use-dashboard&viewMode=story",
"delay": 15000,
"misMatchThreshold": 1.0
},
{
"label": "Pages/MaternalMortality/PMSS Dashboard",
"url": "http://localhost:6006/iframe.html?id=regression-tests-pages-maternal-mortality--pmss-dashboard&viewMode=story",
"delay": 15000,
"misMatchThreshold": 1.0
},
{
"label": "Pages/OralHealth/Oral Health Dashboard",
"url": "http://localhost:6006/iframe.html?id=regression-tests-pages-oral-health--oral-health-dashboard&viewMode=story",
"delay": 15000,
"misMatchThreshold": 1.0
},
{
"label": "Pages/Respiratory/ARI Activity Map",
"url": "http://localhost:6006/iframe.html?id=regression-tests-pages-respiratory--ari-activity-map&viewMode=story",
"delay": 15000,
"misMatchThreshold": 1.0
},
{
"label": "Pages/Respiratory/Epidemic Trends Map",
"url": "http://localhost:6006/iframe.html?id=regression-tests-pages-respiratory--epidemic-trends-map&viewMode=story",
"delay": 15000,
"misMatchThreshold": 1.0
},
{
"label": "Pages/Respiratory/Wastewater Surveillance Map",
"url": "http://localhost:6006/iframe.html?id=regression-tests-pages-respiratory--wastewater-surveillance-map&viewMode=story",
"delay": 15000,
"misMatchThreshold": 1.0
},
{
"label": "Pages/Respiratory/Test Positivity Chart",
"url": "http://localhost:6006/iframe.html?id=regression-tests-pages-respiratory--test-positivity-chart&viewMode=story",
"delay": 15000,
"misMatchThreshold": 1.0
},
{
"label": "Pages/Respiratory/All Visualizations",
"url": "http://localhost:6006/iframe.html?id=regression-tests-pages-respiratory--all-visualizations&viewMode=story",
"delay": 15000,
"misMatchThreshold": 1.0
},
{
"label": "Pages/SmokingTobacco/GTSS Data Explorer",
"url": "http://localhost:6006/iframe.html?id=regression-tests-pages-smoking-and-tobacco--gtss-data-explorer&viewMode=story",
"delay": 15000,
"misMatchThreshold": 1.0
},
{
"label": "Pages/StateDiabetesProfiles/State Diabetes Profiles Dashboard",
"url": "http://localhost:6006/iframe.html?id=regression-tests-pages-state-diabetes-profiles--state-diabetes-profiles-dashboard&viewMode=story",
"delay": 15000,
"misMatchThreshold": 1.0
},
{
"label": "Pages/Wastewater/Home Page Modules",
"url": "http://localhost:6006/iframe.html?id=regression-tests-pages-wastewater--home-page-modules&viewMode=story",
"delay": 15000,
"misMatchThreshold": 1.0
},
{
"label": "Pages/Wastewater/Measles Top Modules",
"url": "http://localhost:6006/iframe.html?id=regression-tests-pages-wastewater--measles-top-modules&viewMode=story",
"delay": 15000,
"misMatchThreshold": 1.0
},
{
"label": "Pages/Wastewater/Measles Map",
"url": "http://localhost:6006/iframe.html?id=regression-tests-pages-wastewater--measles-map&viewMode=story",
"delay": 15000,
"misMatchThreshold": 1.0
},
{
"label": "Pages/Wastewater/Measles Time Period",
"url": "http://localhost:6006/iframe.html?id=regression-tests-pages-wastewater--measles-time-period&viewMode=story",
"delay": 15000,
"misMatchThreshold": 1.0
},
{
"label": "Pages/Wastewater/COVID Top Modules",
"url": "http://localhost:6006/iframe.html?id=regression-tests-pages-wastewater--covid-top-modules&viewMode=story",
"delay": 15000,
"misMatchThreshold": 1.0
},
{
"label": "Pages/Wastewater/COVID Time Period Map",
"url": "http://localhost:6006/iframe.html?id=regression-tests-pages-wastewater--covid-time-period-map&viewMode=story",
"delay": 15000,
"misMatchThreshold": 1.0
},
{
"label": "Pages/Wastewater/COVID State Level",
"url": "http://localhost:6006/iframe.html?id=regression-tests-pages-wastewater--covid-state-level&viewMode=story",
"delay": 15000,
"misMatchThreshold": 1.0
},
{
"label": "Pages/Wastewater/COVID National Regional Trends",
"url": "http://localhost:6006/iframe.html?id=regression-tests-pages-wastewater--covid-national-regional-trends&viewMode=story",
"delay": 15000,
"misMatchThreshold": 1.0
},
{
"label": "Pages/Wastewater/COVID State Level Rest",
"url": "http://localhost:6006/iframe.html?id=regression-tests-pages-wastewater--covid-state-level-rest&viewMode=story",
"delay": 15000,
"misMatchThreshold": 1.0
},
{
"label": "Pages/Wastewater/All Wastewater Visualizations",
"url": "http://localhost:6006/iframe.html?id=regression-tests-pages-wastewater--all-wastewater-visualizations&viewMode=story",
"delay": 15000,
"misMatchThreshold": 1.0
}
],
"paths": {
"bitmaps_reference": "backstop_data/bitmaps_reference",
"bitmaps_test": "backstop_data/bitmaps_test",
"engine_scripts": "backstop_data/engine_scripts",
"html_report": "backstop_data/html_report",
"ci_report": "backstop_data/ci_report"
},
"report": ["browser"],
"engine": "puppeteer",
"engineOptions": {
"args": ["--no-sandbox"]
},
"asyncCaptureLimit": 5,
"asyncCompareLimit": 50,
"debug": false,
"debugWindow": false
}