@public-ui/visual-tests 2.2.13-rc.0 → 2.2.13-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
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@public-ui/visual-tests",
|
|
3
|
-
"version": "2.2.13-rc.
|
|
3
|
+
"version": "2.2.13-rc.2",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"homepage": "https://public-ui.github.io",
|
|
6
6
|
"repository": {
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"axe-playwright": "2.1.0",
|
|
30
30
|
"portfinder": "1.0.37",
|
|
31
31
|
"serve": "14.2.4",
|
|
32
|
-
"@public-ui/sample-react": "2.2.13-rc.
|
|
32
|
+
"@public-ui/sample-react": "2.2.13-rc.2"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@babel/eslint-parser": "7.27.5",
|
|
@@ -233,6 +233,9 @@ ROUTES.set('form/error-list', {
|
|
|
233
233
|
},
|
|
234
234
|
});
|
|
235
235
|
ROUTES.set('heading/badge', {
|
|
236
|
+
axe: {
|
|
237
|
+
skipFailures: true,
|
|
238
|
+
},
|
|
236
239
|
snapshot: {
|
|
237
240
|
skip: true,
|
|
238
241
|
zoom: {
|
|
@@ -241,6 +244,9 @@ ROUTES.set('heading/badge', {
|
|
|
241
244
|
},
|
|
242
245
|
});
|
|
243
246
|
ROUTES.set('heading/basic', {
|
|
247
|
+
axe: {
|
|
248
|
+
skipFailures: true,
|
|
249
|
+
},
|
|
244
250
|
snapshot: {
|
|
245
251
|
viewportSize: {
|
|
246
252
|
width: 250,
|
|
@@ -253,6 +259,9 @@ ROUTES.set('heading/basic', {
|
|
|
253
259
|
});
|
|
254
260
|
ROUTES.set('heading/secondary');
|
|
255
261
|
ROUTES.set('heading/paragraph', {
|
|
262
|
+
axe: {
|
|
263
|
+
skipFailures: true,
|
|
264
|
+
},
|
|
256
265
|
snapshot: {
|
|
257
266
|
skip: true,
|
|
258
267
|
zoom: {
|