@public-ui/visual-tests 2.0.12 → 2.0.13
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 +5 -5
- package/tests/sample-app.routes.js +10 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@public-ui/visual-tests",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.13",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"homepage": "https://public-ui.github.io",
|
|
6
6
|
"repository": {
|
|
@@ -22,8 +22,8 @@
|
|
|
22
22
|
"kolibri-visual-test": "src/index.js"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@playwright/test": "1.
|
|
26
|
-
"@public-ui/sample-react": "2.0.
|
|
25
|
+
"@playwright/test": "1.43.1",
|
|
26
|
+
"@public-ui/sample-react": "2.0.13",
|
|
27
27
|
"axe-playwright": "2.0.1",
|
|
28
28
|
"portfinder": "1.0.32",
|
|
29
29
|
"serve": "14.2.1"
|
|
@@ -31,10 +31,10 @@
|
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"@babel/eslint-parser": "7.24.1",
|
|
33
33
|
"@babel/plugin-syntax-import-attributes": "7.24.1",
|
|
34
|
-
"@babel/preset-env": "7.24.
|
|
34
|
+
"@babel/preset-env": "7.24.4",
|
|
35
35
|
"eslint": "8.57.0",
|
|
36
36
|
"eslint-plugin-no-loops": "0.3.0",
|
|
37
|
-
"knip": "5.
|
|
37
|
+
"knip": "5.9.4",
|
|
38
38
|
"prettier": "3.2.5"
|
|
39
39
|
},
|
|
40
40
|
"files": [
|
|
@@ -305,6 +305,11 @@ ROUTES.set('table/sort-data', {
|
|
|
305
305
|
skipFailures: false,
|
|
306
306
|
},
|
|
307
307
|
});
|
|
308
|
+
ROUTES.set('table/with-footer', {
|
|
309
|
+
axe: {
|
|
310
|
+
skipFailures: false,
|
|
311
|
+
},
|
|
312
|
+
});
|
|
308
313
|
ROUTES.set('table/with-pagination', {
|
|
309
314
|
axe: {
|
|
310
315
|
skipFailures: false,
|
|
@@ -315,6 +320,11 @@ ROUTES.set('table/pagination-position', {
|
|
|
315
320
|
skipFailures: false,
|
|
316
321
|
},
|
|
317
322
|
});
|
|
323
|
+
ROUTES.set('table/complex-headers', {
|
|
324
|
+
axe: {
|
|
325
|
+
skipFailures: false,
|
|
326
|
+
},
|
|
327
|
+
});
|
|
318
328
|
ROUTES.set('tabs/basic', {
|
|
319
329
|
axe: {
|
|
320
330
|
skipFailures: false,
|