@public-ui/visual-tests 3.0.4-ed0f3af88ca201e0c6c949626c9aeee66f80f44e.0 → 3.0.4-rc.0
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 -1
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.0",
|
|
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.0"
|
|
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', {
|
|
@@ -676,6 +682,13 @@ ROUTES.set('split-button/basic', {
|
|
|
676
682
|
},
|
|
677
683
|
},
|
|
678
684
|
});
|
|
685
|
+
ROUTES.set('table/horizontal-scrollbar', {
|
|
686
|
+
snapshot: {
|
|
687
|
+
zoom: {
|
|
688
|
+
skip: true,
|
|
689
|
+
},
|
|
690
|
+
},
|
|
691
|
+
});
|
|
679
692
|
ROUTES.set('table/column-alignment', {
|
|
680
693
|
snapshot: {
|
|
681
694
|
zoom: {
|