@public-ui/visual-tests 1.7.24 → 1.7.26-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 -6
- package/tests/sample-app.routes.js +0 -52
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@public-ui/visual-tests",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.26-rc.0",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"homepage": "https://public-ui.github.io",
|
|
6
6
|
"repository": {
|
|
@@ -22,20 +22,20 @@
|
|
|
22
22
|
"kolibri-visual-test": "src/index.js"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@playwright/test": "1.
|
|
25
|
+
"@playwright/test": "1.45.0",
|
|
26
26
|
"axe-playwright": "2.0.1",
|
|
27
27
|
"portfinder": "1.0.32",
|
|
28
28
|
"serve": "14.2.3",
|
|
29
|
-
"@public-ui/sample-react": "1.7.
|
|
29
|
+
"@public-ui/sample-react": "1.7.26-rc.0"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"@babel/eslint-parser": "7.24.7",
|
|
33
33
|
"@babel/plugin-syntax-import-attributes": "7.24.7",
|
|
34
34
|
"@babel/preset-env": "7.24.7",
|
|
35
35
|
"eslint": "8.57.0",
|
|
36
|
-
"eslint-plugin-no-loops": "0.
|
|
37
|
-
"knip": "5.
|
|
38
|
-
"prettier": "3.3.
|
|
36
|
+
"eslint-plugin-no-loops": "0.4.0",
|
|
37
|
+
"knip": "5.23.0",
|
|
38
|
+
"prettier": "3.3.2"
|
|
39
39
|
},
|
|
40
40
|
"files": [
|
|
41
41
|
"playwright.config.js",
|
|
@@ -28,21 +28,11 @@ ROUTES.set('abbr/basic', {
|
|
|
28
28
|
},
|
|
29
29
|
});
|
|
30
30
|
ROUTES.set('accordion/basic', null);
|
|
31
|
-
ROUTES.set('accordion/header', {
|
|
32
|
-
axe: {
|
|
33
|
-
skipFailures: false,
|
|
34
|
-
},
|
|
35
|
-
});
|
|
36
31
|
ROUTES.set('accordion/headlines', {
|
|
37
32
|
axe: {
|
|
38
33
|
skipFailures: false,
|
|
39
34
|
},
|
|
40
35
|
});
|
|
41
|
-
ROUTES.set('accordion/list', {
|
|
42
|
-
axe: {
|
|
43
|
-
skipFailures: false,
|
|
44
|
-
},
|
|
45
|
-
});
|
|
46
36
|
ROUTES.set('alert/basic', {
|
|
47
37
|
axe: {
|
|
48
38
|
skipFailures: false,
|
|
@@ -95,11 +85,6 @@ ROUTES.set('button/basic', {
|
|
|
95
85
|
skipFailures: false,
|
|
96
86
|
},
|
|
97
87
|
});
|
|
98
|
-
ROUTES.set('button/hide-label', {
|
|
99
|
-
axe: {
|
|
100
|
-
skipFailures: false,
|
|
101
|
-
},
|
|
102
|
-
});
|
|
103
88
|
ROUTES.set('button/icons', {
|
|
104
89
|
axe: {
|
|
105
90
|
skipFailures: false,
|
|
@@ -115,21 +100,6 @@ ROUTES.set('card/basic', {
|
|
|
115
100
|
skipFailures: false,
|
|
116
101
|
},
|
|
117
102
|
});
|
|
118
|
-
ROUTES.set('card/confirm', {
|
|
119
|
-
axe: {
|
|
120
|
-
skipFailures: false,
|
|
121
|
-
},
|
|
122
|
-
});
|
|
123
|
-
ROUTES.set('card/flex', {
|
|
124
|
-
axe: {
|
|
125
|
-
skipFailures: false,
|
|
126
|
-
},
|
|
127
|
-
});
|
|
128
|
-
ROUTES.set('card/selection', {
|
|
129
|
-
axe: {
|
|
130
|
-
skipFailures: false,
|
|
131
|
-
},
|
|
132
|
-
});
|
|
133
103
|
ROUTES.set('details/basic', {
|
|
134
104
|
axe: {
|
|
135
105
|
skipFailures: false,
|
|
@@ -177,10 +147,8 @@ ROUTES.set('input-password/basic', null);
|
|
|
177
147
|
ROUTES.set('input-password/show-password', null);
|
|
178
148
|
ROUTES.set('input-radio/basic', null);
|
|
179
149
|
ROUTES.set('input-radio/horizontal', null);
|
|
180
|
-
ROUTES.set('input-radio/select', null);
|
|
181
150
|
ROUTES.set('input-range/basic', null);
|
|
182
151
|
ROUTES.set('input-text/basic', null);
|
|
183
|
-
ROUTES.set('input-text/blur', null);
|
|
184
152
|
ROUTES.set('input-text/focus', null);
|
|
185
153
|
ROUTES.set('kolibri/basic', {
|
|
186
154
|
axe: {
|
|
@@ -232,11 +200,6 @@ ROUTES.set('modal/basic', {
|
|
|
232
200
|
skipFailures: false,
|
|
233
201
|
},
|
|
234
202
|
});
|
|
235
|
-
ROUTES.set('nav/active', {
|
|
236
|
-
axe: {
|
|
237
|
-
skipFailures: false,
|
|
238
|
-
},
|
|
239
|
-
});
|
|
240
203
|
ROUTES.set('nav/aria-current', {
|
|
241
204
|
axe: {
|
|
242
205
|
skipFailures: false,
|
|
@@ -325,21 +288,6 @@ ROUTES.set('textarea/adjust-height', {
|
|
|
325
288
|
},
|
|
326
289
|
});
|
|
327
290
|
ROUTES.set('textarea/basic', null);
|
|
328
|
-
ROUTES.set('textarea/disabled', {
|
|
329
|
-
axe: {
|
|
330
|
-
skipFailures: false,
|
|
331
|
-
},
|
|
332
|
-
});
|
|
333
|
-
ROUTES.set('textarea/placeholder', {
|
|
334
|
-
axe: {
|
|
335
|
-
skipFailures: false,
|
|
336
|
-
},
|
|
337
|
-
});
|
|
338
|
-
ROUTES.set('textarea/readonly', {
|
|
339
|
-
axe: {
|
|
340
|
-
skipFailures: false,
|
|
341
|
-
},
|
|
342
|
-
});
|
|
343
291
|
ROUTES.set('textarea/resize', {
|
|
344
292
|
axe: {
|
|
345
293
|
skipFailures: false,
|