@public-ui/visual-tests 3.0.4-fa8bcfa66607a9847a1359c0ca7d77fe673660d7.0 → 3.0.4-rc.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.
- package/package.json +6 -3
- package/tests/sample-app.routes.js +14 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@public-ui/visual-tests",
|
|
3
|
-
"version": "3.0.4-
|
|
3
|
+
"version": "3.0.4-rc.1",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"homepage": "https://public-ui.github.io",
|
|
6
6
|
"repository": {
|
|
@@ -25,20 +25,23 @@
|
|
|
25
25
|
"kolibri-visual-test": "src/index.js"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@playwright/test": "1.53.0",
|
|
29
28
|
"axe-playwright": "2.1.0",
|
|
30
29
|
"portfinder": "1.0.37",
|
|
31
30
|
"serve": "14.2.4",
|
|
32
|
-
"@public-ui/sample-react": "3.0.4-
|
|
31
|
+
"@public-ui/sample-react": "3.0.4-rc.1"
|
|
33
32
|
},
|
|
34
33
|
"devDependencies": {
|
|
35
34
|
"@babel/eslint-parser": "7.27.5",
|
|
36
35
|
"@babel/plugin-syntax-import-attributes": "7.27.1",
|
|
37
36
|
"@babel/preset-env": "7.27.2",
|
|
37
|
+
"@playwright/test": "1.53.0",
|
|
38
38
|
"eslint": "8.57.1",
|
|
39
39
|
"knip": "5.61.0",
|
|
40
40
|
"prettier": "3.5.3"
|
|
41
41
|
},
|
|
42
|
+
"peerDependencies": {
|
|
43
|
+
"@playwright/test": "1.53.0"
|
|
44
|
+
},
|
|
42
45
|
"files": [
|
|
43
46
|
"playwright.config.js",
|
|
44
47
|
"src",
|
|
@@ -89,7 +89,13 @@ ROUTES.set('breadcrumb/basic', {
|
|
|
89
89
|
skipFailures: true,
|
|
90
90
|
},
|
|
91
91
|
snapshot: {
|
|
92
|
-
|
|
92
|
+
zoom: {
|
|
93
|
+
skip: true,
|
|
94
|
+
},
|
|
95
|
+
viewportSize: {
|
|
96
|
+
width: 600,
|
|
97
|
+
height: 400,
|
|
98
|
+
},
|
|
93
99
|
},
|
|
94
100
|
});
|
|
95
101
|
ROUTES.set('button-link/basic', {
|
|
@@ -536,17 +542,6 @@ ROUTES.set('modal/basic?show-modal=true', {
|
|
|
536
542
|
},
|
|
537
543
|
},
|
|
538
544
|
});
|
|
539
|
-
ROUTES.set('modal/basic?show-modal=true&variant=card', {
|
|
540
|
-
snapshot: {
|
|
541
|
-
viewportSize: {
|
|
542
|
-
width: 1920,
|
|
543
|
-
height: 600,
|
|
544
|
-
},
|
|
545
|
-
zoom: {
|
|
546
|
-
skip: true,
|
|
547
|
-
},
|
|
548
|
-
},
|
|
549
|
-
});
|
|
550
545
|
ROUTES.set('nav/aria-current', {
|
|
551
546
|
snapshot: {
|
|
552
547
|
skip: true,
|
|
@@ -676,6 +671,13 @@ ROUTES.set('split-button/basic', {
|
|
|
676
671
|
},
|
|
677
672
|
},
|
|
678
673
|
});
|
|
674
|
+
ROUTES.set('table/horizontal-scrollbar', {
|
|
675
|
+
snapshot: {
|
|
676
|
+
zoom: {
|
|
677
|
+
skip: true,
|
|
678
|
+
},
|
|
679
|
+
},
|
|
680
|
+
});
|
|
679
681
|
ROUTES.set('table/column-alignment', {
|
|
680
682
|
snapshot: {
|
|
681
683
|
zoom: {
|