@public-ui/visual-tests 3.0.4-rc.1 → 3.0.4

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.4-rc.1",
3
+ "version": "3.0.4",
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.1"
31
+ "@public-ui/sample-react": "3.0.4"
32
32
  },
33
33
  "devDependencies": {
34
- "@babel/eslint-parser": "7.27.5",
34
+ "@babel/eslint-parser": "7.28.0",
35
35
  "@babel/plugin-syntax-import-attributes": "7.27.1",
36
- "@babel/preset-env": "7.27.2",
37
- "@playwright/test": "1.53.0",
36
+ "@babel/preset-env": "7.28.3",
37
+ "@playwright/test": "1.55.0",
38
38
  "eslint": "8.57.1",
39
- "knip": "5.61.0",
40
- "prettier": "3.5.3"
39
+ "knip": "5.63.0",
40
+ "prettier": "3.6.2"
41
41
  },
42
42
  "peerDependencies": {
43
- "@playwright/test": "1.53.0"
43
+ "@playwright/test": "1.55.0"
44
44
  },
45
45
  "files": [
46
46
  "playwright.config.js",
@@ -1028,6 +1028,17 @@ ROUTES.set('scenarios/static-form', {
1028
1028
  },
1029
1029
  },
1030
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
+ });
1031
1042
  ROUTES.set('scenarios/disabled-interactive-scenario', {
1032
1043
  axe: {
1033
1044
  skipFailures: true,