photoprism/frontend/testcaferc.json

13 lines
238 B
JSON
Raw Normal View History

{
"skipJsErrors": true,
2023-01-12 09:18:34 +01:00
"quarantineMode": false,
"selectorTimeout": 5000,
2023-07-27 12:57:36 +02:00
"hostname": "localhost",
2023-09-21 20:00:33 +02:00
"disableNativeAutomation": "true",
"screenshots": {
"path": "tests/acceptance/screenshots",
"takeOnFails": true
}
}