pinafore/.testcaferc.json

14 wiersze
231 B
JSON

{
"hostname": "localhost",
"quarantineMode": true,
"screenshots": {
"takeOnFails": false
},
"skipJsErrors": true,
"stopOnFirstFail": true,
"clientScripts": [
{
"module": "axe-core/axe.min.js"
}
]
}