forked from danskernesdigitalebibliotek/dpl-cms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.pa11yci
55 lines (54 loc) · 1.69 KB
/
.pa11yci
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"defaults": {
"chromeLaunchConfig": {
"executablePath": "/usr/bin/chromium-browser",
"args": [
"--no-sandbox"
]
},
"runners": ["axe"],
"timeout": 600000
},
"urls": [
{
"url": "http://varnish:8080/search?q=harry+potter&x=0&y=0",
"screenCapture": "/app/pa11y/screenshots/search-page.png"
},
{
"url": "http://varnish:8080/work/work-of:870970-basis:25245784?type=bog",
"screenCapture": "/app/pa11y/screenshots/work-page.png"
},
{
"url": "http://varnish:8080/by_uuid/node/2cd0fe5e-4159-4452-86aa-e1a1ac8db4a1",
"screenCapture": "/app/pa11y/screenshots/article-page.png"
},
{
"url": "http://varnish:8080/articles",
"screenCapture": "/app/pa11y/screenshots/article-list-page.png"
},
{
"url": "http://varnish:8080/by_uuid/eventseries/c8177097-1438-493e-8177-e8ef968cc133",
"screenCapture": "/app/pa11y/screenshots/event-page.png"
},
{
"url": "http://varnish:8080/events",
"screenCapture": "/app/pa11y/screenshots/event-list-page.png"
},
{
"url": "http://varnish:8080/by_uuid/node/dac275e4-9b8c-4959-a13a-6b9fdbc1f6b0",
"screenCapture": "/app/pa11y/screenshots/branch-page.png"
},
{
"url": "http://varnish:8080/branches",
"screenCapture": "/app/pa11y/screenshots/branch-list-page.png"
},
{
"url": "http://varnish:8080/by_uuid/node/e68b90e6-cd35-44c6-9e32-c05c982ed315",
"screenCapture": "/app/pa11y/screenshots/create-user-page.png"
},
{
"url": "http://varnish:8080/by_uuid/node/d50683cc-8011-49ba-a6ea-82e56de97b80",
"screenCapture": "/app/pa11y/screenshots/contact-webform-page.png"
}
]
}