@public-ui/visual-tests 3.0.4-rc.0 → 3.0.4-rc.2
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 +8 -8
- package/tests/sample-app.routes.js +11 -11
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@public-ui/visual-tests",
|
|
3
|
-
"version": "3.0.4-rc.
|
|
3
|
+
"version": "3.0.4-rc.2",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"homepage": "https://public-ui.github.io",
|
|
6
6
|
"repository": {
|
|
@@ -28,19 +28,19 @@
|
|
|
28
28
|
"axe-playwright": "2.1.0",
|
|
29
29
|
"portfinder": "1.0.37",
|
|
30
30
|
"serve": "14.2.4",
|
|
31
|
-
"@public-ui/sample-react": "3.0.4-rc.
|
|
31
|
+
"@public-ui/sample-react": "3.0.4-rc.2"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
|
-
"@babel/eslint-parser": "7.
|
|
34
|
+
"@babel/eslint-parser": "7.28.0",
|
|
35
35
|
"@babel/plugin-syntax-import-attributes": "7.27.1",
|
|
36
|
-
"@babel/preset-env": "7.
|
|
37
|
-
"@playwright/test": "1.
|
|
36
|
+
"@babel/preset-env": "7.28.3",
|
|
37
|
+
"@playwright/test": "1.55.0",
|
|
38
38
|
"eslint": "8.57.1",
|
|
39
|
-
"knip": "5.
|
|
40
|
-
"prettier": "3.
|
|
39
|
+
"knip": "5.63.0",
|
|
40
|
+
"prettier": "3.6.2"
|
|
41
41
|
},
|
|
42
42
|
"peerDependencies": {
|
|
43
|
-
"@playwright/test": "1.
|
|
43
|
+
"@playwright/test": "1.55.0"
|
|
44
44
|
},
|
|
45
45
|
"files": [
|
|
46
46
|
"playwright.config.js",
|
|
@@ -542,17 +542,6 @@ ROUTES.set('modal/basic?show-modal=true', {
|
|
|
542
542
|
},
|
|
543
543
|
},
|
|
544
544
|
});
|
|
545
|
-
ROUTES.set('modal/basic?show-modal=true&variant=card', {
|
|
546
|
-
snapshot: {
|
|
547
|
-
viewportSize: {
|
|
548
|
-
width: 1920,
|
|
549
|
-
height: 600,
|
|
550
|
-
},
|
|
551
|
-
zoom: {
|
|
552
|
-
skip: true,
|
|
553
|
-
},
|
|
554
|
-
},
|
|
555
|
-
});
|
|
556
545
|
ROUTES.set('nav/aria-current', {
|
|
557
546
|
snapshot: {
|
|
558
547
|
skip: true,
|
|
@@ -1039,6 +1028,17 @@ ROUTES.set('scenarios/static-form', {
|
|
|
1039
1028
|
},
|
|
1040
1029
|
},
|
|
1041
1030
|
});
|
|
1031
|
+
ROUTES.set('scenarios/sample-form-with-validation', {
|
|
1032
|
+
axe: {
|
|
1033
|
+
skipFailures: true,
|
|
1034
|
+
},
|
|
1035
|
+
snapshot: {
|
|
1036
|
+
skip: true,
|
|
1037
|
+
zoom: {
|
|
1038
|
+
skip: true,
|
|
1039
|
+
},
|
|
1040
|
+
},
|
|
1041
|
+
});
|
|
1042
1042
|
ROUTES.set('scenarios/disabled-interactive-scenario', {
|
|
1043
1043
|
axe: {
|
|
1044
1044
|
skipFailures: true,
|