forked from ChelseaKR/gtfs-scorecard
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.pa11yci.json
More file actions
54 lines (54 loc) · 1.8 KB
/
Copy path.pa11yci.json
File metadata and controls
54 lines (54 loc) · 1.8 KB
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
{
"_waivers": {
"color-contrast": {
"reason": "Contrast is owned by the dedicated AAA token gate (pipeline/scripts/check_contrast.py), which verifies every theme and sees through the gradient and texture backgrounds axe cannot. Ignoring the rule here avoids double-counting its false positives; see the comment in .github/workflows/a11y.yml.",
"last_reviewed": "2026-07-17",
"review": "quarterly, and on any axe-core or pa11y-ci major release"
}
},
"defaults": {
"standard": "WCAG2AA",
"runners": [
"axe"
],
"timeout": 40000,
"ignore": [
"color-contrast"
],
"chromeLaunchConfig": {
"args": [
"--no-sandbox"
]
}
},
"urls": [
"http://127.0.0.1:8080/",
{"url": "http://127.0.0.1:8080/agencies/", "timeout": 120000},
"http://127.0.0.1:8080/agency/unitrans/",
"http://127.0.0.1:8080/agency/unitrans/brief/",
"http://127.0.0.1:8080/about/",
"http://127.0.0.1:8080/how-to-read/",
"http://127.0.0.1:8080/accessibility/",
"http://127.0.0.1:8080/status/",
"http://127.0.0.1:8080/changes/",
{"url": "http://127.0.0.1:8080/map/", "timeout": 120000, "wait": 1500},
"http://127.0.0.1:8080/equity/",
"http://127.0.0.1:8080/ntd/",
"http://127.0.0.1:8080/ntd/shapes/",
"http://127.0.0.1:8080/realtime/",
"http://127.0.0.1:8080/problems/",
"http://127.0.0.1:8080/trends/",
"http://127.0.0.1:8080/access/",
"http://127.0.0.1:8080/procurement/",
"http://127.0.0.1:8080/leaderboard/",
{"url": "http://127.0.0.1:8080/routes/", "wait": 4000},
"http://127.0.0.1:8080/submit.html",
"http://127.0.0.1:8080/subscribe.html",
"http://127.0.0.1:8080/try.html",
"http://127.0.0.1:8080/fetcher/",
{
"url": "http://127.0.0.1:8080/app/",
"wait": 6000
}
]
}