forked from techx/quill
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.pa11yci
41 lines (41 loc) · 838 Bytes
/
.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
{
"standard": "WCAG2AAA",
"level": "error",
"defaults": {
"timeout": 30000,
"wait": 2000,
"ignore": []
},
"urls": [
{
"url": "http://localhost:3000/login"
},
{
"url": "http://localhost:3000",
"actions": [
"wait for element #email to be added",
"wait for element #password to be added",
"wait for element .pa11y-click-login to be added",
"set field #email to [email protected]",
"set field #password to party",
"click element .pa11y-click-login",
"wait for url to not be http://localhost:3000/login"
]
},
{
"url": "http://localhost:3000/application"
},
{
"url": "http://localhost:3000/team"
},
{
"url": "http://localhost:3000/admin"
},
{
"url": "http://localhost:3000/admin/users"
},
{
"url": "http://localhost:3000/admin/settings"
}
]
}