photoprism/frontend/testcaferc.json

13 lines
238 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",
2023-09-21 18:00:33 +00:00
"disableNativeAutomation": "true",
"screenshots": {
"path": "tests/acceptance/screenshots",
"takeOnFails": true
}
}