-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpa11y-mobile.json
38 lines (38 loc) · 1.67 KB
/
pa11y-mobile.json
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
{
"defaults": {
"standard": "WCAG2AA",
"timeout": 10000,
"viewport": {
"width": 320,
"height": 568
}
},
"urls": [
"http://localhost:8000/",
"http://localhost:8000/tce-863/index",
"http://localhost:8000/tce-863/add-vmpps",
"http://localhost:8000/tce-863/associated-vmp-results",
"http://localhost:8000/tce-863/associated-vmpp-results",
"http://localhost:8000/tce-863/associated-vmp-added",
"http://localhost:8000/tce-863/associated-vmpp-results2",
"http://localhost:8000/tce-863/associated-vmp-added2",
"http://localhost:8000/tce-863/summary",
"http://localhost:8000/tce-868/insert-amp-name",
"http://localhost:8000/tce-868/insert-amp-supplier",
"http://localhost:8000/tce-868/insert-amp-supplier-results",
"http://localhost:8000/tce-868/insert-amp-supplier-added",
"http://localhost:8000/tce-868/insert-amp-mandatory-attributes",
"http://localhost:8000/tce-868/insert-amp-add-excipient",
"http://localhost:8000/tce-868/insert-amp-excipient",
"http://localhost:8000/tce-868/insert-amp-excipient-results",
"http://localhost:8000/tce-868/insert-amp-excipient-added",
"http://localhost:8000/tce-868/insert-amp-excipient-added2",
"http://localhost:8000/tce-868/insert-amp-excipient-added3",
"http://localhost:8000/tce-868/insert-amp-excipient-added4",
"http://localhost:8000/tce-868/insert-amp-excipient-added5",
"http://localhost:8000/tce-868/insert-amp-excipient-added6",
"http://localhost:8000/tce-868/insert-amp-non-mandatory-attributes",
"http://localhost:8000/tce-868/insert-amp-non-mandatory-PCDD-attributes",
"http://localhost:8000/tce-868/insert-amp-summary"
]
}