-
Notifications
You must be signed in to change notification settings - Fork 16
/
.pa11yci
27 lines (27 loc) · 1.18 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
{
"defaults": {
"timeout": 10000
},
"urls": [
"http://localhost:4200/home",
"http://localhost:4200/tools",
"http://localhost:4200/workflows",
"http://localhost:4200/services",
"http://localhost:4200/organizations",
"http://localhost:4200/about",
"http://localhost:4200/login",
"http://localhost:4200/register",
"http://localhost:4200/search?entryType=workflows&searchMode=files",
"http://localhost:4200/search?entryType=tools&searchMode=Files",
"http://localhost:4200/workflows/github.com/A/l:master?tab=info",
"http://localhost:4200/workflows/github.com/A/l:master?tab=launch",
"http://localhost:4200/workflows/github.com/A/l:master?tab=versions",
"http://localhost:4200/workflows/github.com/A/l:master?tab=files",
"http://localhost:4200/workflows/github.com/A/l:master?tab=tools",
"http://localhost:4200/workflows/github.com/A/l:master?tab=dag",
"http://localhost:4200/containers/quay.io/A2/b3:latest?tab=info",
"http://localhost:4200/containers/quay.io/A2/b3:latest?tab=launch",
"http://localhost:4200/containers/quay.io/A2/b3:latest?tab=versions",
"http://localhost:4200/containers/quay.io/A2/b3:latest?tab=files"
]
}