Pinafore-Web-Client-Frontend/.testcaferc.json

14 lines
231 B
JSON
Raw Permalink Normal View History

{
"hostname": "localhost",
"quarantineMode": true,
"screenshots": {
"takeOnFails": false
},
"skipJsErrors": true,
2022-12-18 15:23:49 +01:00
"stopOnFirstFail": true,
"clientScripts": [
{
"module": "axe-core/axe.min.js"
}
]
}