photoprism/frontend/testcaferc.json

12 lines
201 B
JSON
Raw Normal View History

{
"skipJsErrors": true,
2023-01-12 08:18:34 +00:00
"quarantineMode": false,
"selectorTimeout": 5000,
2023-07-27 10:57:36 +00:00
"hostname": "localhost",
"screenshots": {
"path": "tests/acceptance/screenshots",
"takeOnFails": true
}
}