@public-ui/visual-tests 3.0.8-rc.1 → 3.0.8-rc.3

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@public-ui/visual-tests",
3
- "version": "3.0.8-rc.1",
3
+ "version": "3.0.8-rc.3",
4
4
  "license": "EUPL-1.2",
5
5
  "homepage": "https://public-ui.github.io",
6
6
  "repository": {
@@ -29,20 +29,20 @@
29
29
  "axe-html-reporter": "2.2.11",
30
30
  "portfinder": "1.0.38",
31
31
  "serve": "14.2.5",
32
- "@public-ui/sample-react": "3.0.8-rc.1"
32
+ "@public-ui/sample-react": "3.0.8-rc.3"
33
33
  },
34
34
  "devDependencies": {
35
- "@babel/eslint-parser": "7.28.4",
35
+ "@babel/eslint-parser": "7.28.5",
36
36
  "@babel/plugin-syntax-import-attributes": "7.27.1",
37
- "@babel/preset-env": "7.28.3",
38
- "@playwright/test": "1.56.0",
37
+ "@babel/preset-env": "7.28.5",
38
+ "@playwright/test": "1.57.0",
39
39
  "eslint": "8.57.1",
40
- "knip": "5.65.0",
41
- "prettier": "3.6.2",
40
+ "knip": "5.70.2",
41
+ "prettier": "3.7.3",
42
42
  "prettier-plugin-organize-imports": "4.3.0"
43
43
  },
44
44
  "peerDependencies": {
45
- "@playwright/test": "1.56.0"
45
+ "@playwright/test": "1.57.0"
46
46
  },
47
47
  "files": [
48
48
  "playwright.config.js",
@@ -15,7 +15,7 @@ export const ROUTES = new Map();
15
15
  * - skip: boolean (Default: false)
16
16
  * - viewportSize:
17
17
  * - width (Default: 800)
18
- * - height (Default: 600)
18
+ * - height (Default: 100)
19
19
  * - waitForTimeout: number (Default: 15000)
20
20
  * - zoom:
21
21
  * - options:
@@ -337,7 +337,7 @@ ROUTES.set('input-checkbox/basic?noColumns', {
337
337
  snapshot: {
338
338
  viewportSize: {
339
339
  width: 500,
340
- height: 100,
340
+ height: 0,
341
341
  },
342
342
  zoom: {
343
343
  skip: true,
@@ -351,7 +351,7 @@ ROUTES.set('input-checkbox/button?noColumns', {
351
351
  snapshot: {
352
352
  viewportSize: {
353
353
  width: 500,
354
- height: 100,
354
+ height: 0,
355
355
  },
356
356
  zoom: {
357
357
  skip: true,
@@ -365,7 +365,7 @@ ROUTES.set('input-checkbox/switch?noColumns', {
365
365
  snapshot: {
366
366
  viewportSize: {
367
367
  width: 500,
368
- height: 100,
368
+ height: 0,
369
369
  },
370
370
  zoom: {
371
371
  skip: true,
@@ -376,7 +376,7 @@ ROUTES.set('input-color/basic?noColumns', {
376
376
  snapshot: {
377
377
  viewportSize: {
378
378
  width: 500,
379
- height: 100,
379
+ height: 0,
380
380
  },
381
381
  zoom: {
382
382
  skip: true,
@@ -387,7 +387,7 @@ ROUTES.set('input-date/basic?noColumns', {
387
387
  snapshot: {
388
388
  viewportSize: {
389
389
  width: 500,
390
- height: 100,
390
+ height: 0,
391
391
  },
392
392
  zoom: {
393
393
  skip: true,
@@ -398,7 +398,7 @@ ROUTES.set('input-email/basic?noColumns', {
398
398
  snapshot: {
399
399
  viewportSize: {
400
400
  width: 500,
401
- height: 100,
401
+ height: 0,
402
402
  },
403
403
  zoom: {
404
404
  skip: true,
@@ -409,7 +409,7 @@ ROUTES.set('input-file/basic?noColumns', {
409
409
  snapshot: {
410
410
  viewportSize: {
411
411
  width: 500,
412
- height: 100,
412
+ height: 0,
413
413
  },
414
414
  zoom: {
415
415
  skip: true,
@@ -420,7 +420,7 @@ ROUTES.set('input-number/basic?noColumns', {
420
420
  snapshot: {
421
421
  viewportSize: {
422
422
  width: 500,
423
- height: 100,
423
+ height: 0,
424
424
  },
425
425
  zoom: {
426
426
  skip: true,
@@ -431,7 +431,7 @@ ROUTES.set('input-number/number-formatter', {
431
431
  snapshot: {
432
432
  viewportSize: {
433
433
  width: 500,
434
- height: 300,
434
+ height: 0,
435
435
  },
436
436
  zoom: {
437
437
  skip: true,
@@ -442,7 +442,7 @@ ROUTES.set('input-password/basic?noColumns', {
442
442
  snapshot: {
443
443
  viewportSize: {
444
444
  width: 500,
445
- height: 100,
445
+ height: 0,
446
446
  },
447
447
  zoom: {
448
448
  skip: true,
@@ -453,7 +453,7 @@ ROUTES.set('input-password/show-password?noColumns', {
453
453
  snapshot: {
454
454
  viewportSize: {
455
455
  width: 500,
456
- height: 100,
456
+ height: 0,
457
457
  },
458
458
  zoom: {
459
459
  skip: true,
@@ -467,7 +467,7 @@ ROUTES.set('input-radio/basic?noColumns', {
467
467
  snapshot: {
468
468
  viewportSize: {
469
469
  width: 500,
470
- height: 100,
470
+ height: 0,
471
471
  },
472
472
  zoom: {
473
473
  skip: true,
@@ -478,7 +478,7 @@ ROUTES.set('input-radio/horizontal?noColumns', {
478
478
  snapshot: {
479
479
  viewportSize: {
480
480
  width: 500,
481
- height: 100,
481
+ height: 0,
482
482
  },
483
483
  zoom: {
484
484
  skip: true,
@@ -489,7 +489,7 @@ ROUTES.set('input-radio/object?noColumns', {
489
489
  snapshot: {
490
490
  viewportSize: {
491
491
  width: 500,
492
- height: 100,
492
+ height: 0,
493
493
  },
494
494
  zoom: {
495
495
  skip: true,
@@ -500,7 +500,7 @@ ROUTES.set('input-range/basic?noColumns', {
500
500
  snapshot: {
501
501
  viewportSize: {
502
502
  width: 500,
503
- height: 100,
503
+ height: 0,
504
504
  },
505
505
  zoom: {
506
506
  skip: true,
@@ -511,7 +511,7 @@ ROUTES.set('input-text/basic?noColumns', {
511
511
  snapshot: {
512
512
  viewportSize: {
513
513
  width: 500,
514
- height: 100,
514
+ height: 0,
515
515
  },
516
516
  zoom: {
517
517
  skip: true,
@@ -522,7 +522,7 @@ ROUTES.set('input-text/text-formatter', {
522
522
  snapshot: {
523
523
  viewportSize: {
524
524
  width: 500,
525
- height: 690,
525
+ height: 0,
526
526
  },
527
527
  zoom: {
528
528
  skip: true,
@@ -598,7 +598,7 @@ ROUTES.set('nav/basic', {
598
598
  snapshot: {
599
599
  viewportSize: {
600
600
  width: 400,
601
- height: 100,
601
+ height: 0,
602
602
  },
603
603
  zoom: {
604
604
  skip: true,
@@ -646,7 +646,7 @@ ROUTES.set('select/basic?noColumns', {
646
646
  snapshot: {
647
647
  viewportSize: {
648
648
  width: 500,
649
- height: 100,
649
+ height: 0,
650
650
  },
651
651
  zoom: {
652
652
  skip: true,
@@ -664,7 +664,7 @@ ROUTES.set('spin/basic', {
664
664
  snapshot: {
665
665
  viewportSize: {
666
666
  width: 100,
667
- height: 100,
667
+ height: 0,
668
668
  },
669
669
  zoom: {
670
670
  skip: true,
@@ -678,7 +678,7 @@ ROUTES.set('single-select/basic?noColumns', {
678
678
  snapshot: {
679
679
  viewportSize: {
680
680
  width: 500,
681
- height: 100,
681
+ height: 0,
682
682
  },
683
683
  zoom: {
684
684
  skip: true,
@@ -689,7 +689,7 @@ ROUTES.set('spin/custom', {
689
689
  snapshot: {
690
690
  viewportSize: {
691
691
  width: 100,
692
- height: 100,
692
+ height: 0,
693
693
  },
694
694
  zoom: {
695
695
  skip: true,
@@ -700,7 +700,7 @@ ROUTES.set('spin/cycle', {
700
700
  snapshot: {
701
701
  viewportSize: {
702
702
  width: 100,
703
- height: 100,
703
+ height: 0,
704
704
  },
705
705
  zoom: {
706
706
  skip: true,
@@ -711,7 +711,7 @@ ROUTES.set('split-button/basic', {
711
711
  snapshot: {
712
712
  viewportSize: {
713
713
  width: 300,
714
- height: 100,
714
+ height: 0,
715
715
  },
716
716
  zoom: {
717
717
  skip: true,
@@ -899,7 +899,7 @@ ROUTES.set('tabs/icons-only', {
899
899
  snapshot: {
900
900
  viewportSize: {
901
901
  width: 200,
902
- height: 100,
902
+ height: 0,
903
903
  },
904
904
  zoom: {
905
905
  skip: true,
@@ -917,7 +917,7 @@ ROUTES.set('textarea/basic?noColumns', {
917
917
  snapshot: {
918
918
  viewportSize: {
919
919
  width: 500,
920
- height: 100,
920
+ height: 0,
921
921
  },
922
922
  zoom: {
923
923
  skip: true,
@@ -944,7 +944,7 @@ ROUTES.set('textarea/with-counter', {
944
944
  snapshot: {
945
945
  viewportSize: {
946
946
  width: 200,
947
- height: 100,
947
+ height: 0,
948
948
  },
949
949
  zoom: {
950
950
  skip: true,
@@ -966,7 +966,7 @@ ROUTES.set('toolbar/basic', {
966
966
  snapshot: {
967
967
  viewportSize: {
968
968
  width: 600,
969
- height: 100,
969
+ height: 0,
970
970
  },
971
971
  zoom: {
972
972
  skip: true,
@@ -977,7 +977,7 @@ ROUTES.set('toolbar/disabled', {
977
977
  snapshot: {
978
978
  viewportSize: {
979
979
  width: 300,
980
- height: 100,
980
+ height: 0,
981
981
  },
982
982
  zoom: {
983
983
  skip: true,
@@ -991,7 +991,7 @@ ROUTES.set('tree/basic/home', {
991
991
  snapshot: {
992
992
  viewportSize: {
993
993
  width: 300,
994
- height: 100,
994
+ height: 0,
995
995
  },
996
996
  zoom: {
997
997
  skip: true,
@@ -1002,7 +1002,7 @@ ROUTES.set('version/basic', {
1002
1002
  snapshot: {
1003
1003
  viewportSize: {
1004
1004
  width: 150,
1005
- height: 100,
1005
+ height: 0,
1006
1006
  },
1007
1007
  zoom: {
1008
1008
  skip: true,
@@ -1067,7 +1067,7 @@ ROUTES.set('scenarios/focus-elements?component=accordion', {
1067
1067
  snapshot: {
1068
1068
  viewportSize: {
1069
1069
  width: 300,
1070
- height: 100,
1070
+ height: 0,
1071
1071
  },
1072
1072
  zoom: {
1073
1073
  skip: true,
@@ -1078,7 +1078,7 @@ ROUTES.set('scenarios/focus-elements?component=button', {
1078
1078
  snapshot: {
1079
1079
  viewportSize: {
1080
1080
  width: 300,
1081
- height: 100,
1081
+ height: 0,
1082
1082
  },
1083
1083
  zoom: {
1084
1084
  skip: true,
@@ -1089,7 +1089,7 @@ ROUTES.set('scenarios/focus-elements?component=buttonLink', {
1089
1089
  snapshot: {
1090
1090
  viewportSize: {
1091
1091
  width: 300,
1092
- height: 100,
1092
+ height: 0,
1093
1093
  },
1094
1094
  zoom: {
1095
1095
  skip: true,
@@ -1100,7 +1100,7 @@ ROUTES.set('scenarios/focus-elements?component=combobox', {
1100
1100
  snapshot: {
1101
1101
  viewportSize: {
1102
1102
  width: 300,
1103
- height: 100,
1103
+ height: 0,
1104
1104
  },
1105
1105
  zoom: {
1106
1106
  skip: true,
@@ -1111,7 +1111,7 @@ ROUTES.set('scenarios/focus-elements?component=details', {
1111
1111
  snapshot: {
1112
1112
  viewportSize: {
1113
1113
  width: 300,
1114
- height: 100,
1114
+ height: 0,
1115
1115
  },
1116
1116
  zoom: {
1117
1117
  skip: true,
@@ -1122,7 +1122,7 @@ ROUTES.set('scenarios/focus-elements?component=inputCheckbox', {
1122
1122
  snapshot: {
1123
1123
  viewportSize: {
1124
1124
  width: 300,
1125
- height: 100,
1125
+ height: 0,
1126
1126
  },
1127
1127
  zoom: {
1128
1128
  skip: true,
@@ -1133,7 +1133,7 @@ ROUTES.set('scenarios/focus-elements?component=inputColor', {
1133
1133
  snapshot: {
1134
1134
  viewportSize: {
1135
1135
  width: 300,
1136
- height: 100,
1136
+ height: 0,
1137
1137
  },
1138
1138
  zoom: {
1139
1139
  skip: true,
@@ -1144,7 +1144,7 @@ ROUTES.set('scenarios/focus-elements?component=inputDate', {
1144
1144
  snapshot: {
1145
1145
  viewportSize: {
1146
1146
  width: 300,
1147
- height: 100,
1147
+ height: 0,
1148
1148
  },
1149
1149
  zoom: {
1150
1150
  skip: true,
@@ -1155,7 +1155,7 @@ ROUTES.set('scenarios/focus-elements?component=inputEmail', {
1155
1155
  snapshot: {
1156
1156
  viewportSize: {
1157
1157
  width: 300,
1158
- height: 100,
1158
+ height: 0,
1159
1159
  },
1160
1160
  zoom: {
1161
1161
  skip: true,
@@ -1166,7 +1166,7 @@ ROUTES.set('scenarios/focus-elements?component=inputFile', {
1166
1166
  snapshot: {
1167
1167
  viewportSize: {
1168
1168
  width: 300,
1169
- height: 100,
1169
+ height: 0,
1170
1170
  },
1171
1171
  zoom: {
1172
1172
  skip: true,
@@ -1177,7 +1177,7 @@ ROUTES.set('scenarios/focus-elements?component=inputFileMultiple', {
1177
1177
  snapshot: {
1178
1178
  viewportSize: {
1179
1179
  width: 300,
1180
- height: 100,
1180
+ height: 0,
1181
1181
  },
1182
1182
  zoom: {
1183
1183
  skip: true,
@@ -1188,7 +1188,7 @@ ROUTES.set('scenarios/focus-elements?component=inputNumber', {
1188
1188
  snapshot: {
1189
1189
  viewportSize: {
1190
1190
  width: 300,
1191
- height: 100,
1191
+ height: 0,
1192
1192
  },
1193
1193
  zoom: {
1194
1194
  skip: true,
@@ -1199,7 +1199,7 @@ ROUTES.set('scenarios/focus-elements?component=inputPassword', {
1199
1199
  snapshot: {
1200
1200
  viewportSize: {
1201
1201
  width: 300,
1202
- height: 100,
1202
+ height: 0,
1203
1203
  },
1204
1204
  zoom: {
1205
1205
  skip: true,
@@ -1210,7 +1210,7 @@ ROUTES.set('scenarios/focus-elements?component=inputRadio', {
1210
1210
  snapshot: {
1211
1211
  viewportSize: {
1212
1212
  width: 300,
1213
- height: 100,
1213
+ height: 0,
1214
1214
  },
1215
1215
  zoom: {
1216
1216
  skip: true,
@@ -1221,7 +1221,7 @@ ROUTES.set('scenarios/focus-elements?component=inputRange', {
1221
1221
  snapshot: {
1222
1222
  viewportSize: {
1223
1223
  width: 300,
1224
- height: 100,
1224
+ height: 0,
1225
1225
  },
1226
1226
  zoom: {
1227
1227
  skip: true,
@@ -1232,7 +1232,7 @@ ROUTES.set('scenarios/focus-elements?component=inputText', {
1232
1232
  snapshot: {
1233
1233
  viewportSize: {
1234
1234
  width: 300,
1235
- height: 100,
1235
+ height: 0,
1236
1236
  },
1237
1237
  zoom: {
1238
1238
  skip: true,
@@ -1243,7 +1243,7 @@ ROUTES.set('scenarios/focus-elements?component=link', {
1243
1243
  snapshot: {
1244
1244
  viewportSize: {
1245
1245
  width: 300,
1246
- height: 100,
1246
+ height: 0,
1247
1247
  },
1248
1248
  zoom: {
1249
1249
  skip: true,
@@ -1254,7 +1254,7 @@ ROUTES.set('scenarios/focus-elements?component=linkButton', {
1254
1254
  snapshot: {
1255
1255
  viewportSize: {
1256
1256
  width: 300,
1257
- height: 100,
1257
+ height: 0,
1258
1258
  },
1259
1259
  zoom: {
1260
1260
  skip: true,
@@ -1265,7 +1265,7 @@ ROUTES.set('scenarios/focus-elements?component=select', {
1265
1265
  snapshot: {
1266
1266
  viewportSize: {
1267
1267
  width: 300,
1268
- height: 100,
1268
+ height: 0,
1269
1269
  },
1270
1270
  zoom: {
1271
1271
  skip: true,
@@ -1276,7 +1276,7 @@ ROUTES.set('scenarios/focus-elements?component=selectMultiple', {
1276
1276
  snapshot: {
1277
1277
  viewportSize: {
1278
1278
  width: 300,
1279
- height: 100,
1279
+ height: 0,
1280
1280
  },
1281
1281
  zoom: {
1282
1282
  skip: true,
@@ -1289,7 +1289,7 @@ ROUTES.set('scenarios/focus-elements?component=singleSelect', {
1289
1289
  },
1290
1290
  viewportSize: {
1291
1291
  width: 300,
1292
- height: 100,
1292
+ height: 0,
1293
1293
  },
1294
1294
  zoom: {
1295
1295
  skip: true,
@@ -1299,7 +1299,7 @@ ROUTES.set('scenarios/focus-elements?component=textarea', {
1299
1299
  snapshot: {
1300
1300
  viewportSize: {
1301
1301
  width: 300,
1302
- height: 100,
1302
+ height: 0,
1303
1303
  },
1304
1304
  zoom: {
1305
1305
  skip: true,