31 lines
No EOL
728 B
Text
31 lines
No EOL
728 B
Text
{
|
|
"standard": "WCAG2AA",
|
|
"level": "error",
|
|
"defaults": {
|
|
"timeout": 500000,
|
|
"wait": 2000,
|
|
"ignore" : [
|
|
"WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Fail"
|
|
],
|
|
"viewport": {
|
|
"width": 1280,
|
|
"height": 1024
|
|
}
|
|
},
|
|
"urls": [
|
|
{
|
|
"url": "https://snipe-it.test/login",
|
|
"actions": [
|
|
"set field input[name='username'] to admin",
|
|
"set field input[name='password'] to password",
|
|
"click element button[type=submit]",
|
|
"wait for url to be https://snipe-it.test/"
|
|
]
|
|
},
|
|
{
|
|
"url": "https://snipe-it.test",
|
|
"actions": [
|
|
]
|
|
}
|
|
]
|
|
} |