16 lines
283 B
JSON
16 lines
283 B
JSON
|
|
{
|
||
|
|
"defaults": {
|
||
|
|
"standard": "WCAG2AA",
|
||
|
|
"timeout": 30000,
|
||
|
|
"wait": 3000,
|
||
|
|
"chromeLaunchConfig": {
|
||
|
|
"args": ["--no-sandbox"]
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"urls": [
|
||
|
|
"http://localhost:5174/login",
|
||
|
|
"http://localhost:5174/register",
|
||
|
|
"http://localhost:5174/discover"
|
||
|
|
]
|
||
|
|
}
|