@public-ui/visual-tests 2.0.0-rc.4 → 2.0.0-rc.6

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": "2.0.0-rc.4",
3
+ "version": "2.0.0-rc.6",
4
4
  "license": "EUPL-1.2",
5
5
  "homepage": "https://public-ui.github.io",
6
6
  "repository": "https://github.com/public-ui/kolibri",
@@ -20,7 +20,7 @@
20
20
  },
21
21
  "dependencies": {
22
22
  "@playwright/test": "1.39.0",
23
- "@public-ui/sample-react": "2.0.0-rc.4",
23
+ "@public-ui/sample-react": "2.0.0-rc.6",
24
24
  "axe-playwright": "1.2.3",
25
25
  "portfinder": "1.0.32",
26
26
  "serve": "14.2.1"
@@ -32,7 +32,7 @@
32
32
  "depcheck": "1.4.7",
33
33
  "eslint": "8.52.0",
34
34
  "eslint-plugin-no-loops": "0.3.0",
35
- "knip": "2.38.1",
35
+ "knip": "2.38.4",
36
36
  "prettier": "3.0.3"
37
37
  },
38
38
  "files": [
@@ -105,6 +105,16 @@ ROUTES.set('button/width', {
105
105
  skipFailures: false,
106
106
  },
107
107
  });
108
+ ROUTES.set('button/access-key', {
109
+ axe: {
110
+ skipFailures: false,
111
+ },
112
+ });
113
+ ROUTES.set('button/baselined', {
114
+ axe: {
115
+ skipFailures: false,
116
+ },
117
+ });
108
118
  ROUTES.set('card/basic', {
109
119
  axe: {
110
120
  skipFailures: false,
@@ -319,6 +329,11 @@ ROUTES.set('table/sort-data', {
319
329
  skipFailures: false,
320
330
  },
321
331
  });
332
+ ROUTES.set('table/with-pagination', {
333
+ axe: {
334
+ skipFailures: false,
335
+ },
336
+ });
322
337
  ROUTES.set('tabs/basic', {
323
338
  axe: {
324
339
  skipFailures: false,
@@ -380,3 +395,13 @@ ROUTES.set('version/context', {
380
395
  skipFailures: false,
381
396
  },
382
397
  });
398
+ ROUTES.set('scenarios/complex-form', {
399
+ axe: {
400
+ skipFailures: false,
401
+ },
402
+ });
403
+ ROUTES.set('scenarios/appointment-form', {
404
+ axe: {
405
+ skipFailures: false,
406
+ },
407
+ });