mirror of
https://github.com/photoprism/photoprism.git
synced 2026-01-22 18:18:39 +00:00
12 lines
230 B
JSON
12 lines
230 B
JSON
{
|
|
"skipJsErrors": true,
|
|
"quarantineMode": false,
|
|
"selectorTimeout": 3500,
|
|
"assertionTimeout": 3500,
|
|
"hostname": "localhost",
|
|
"screenshots": {
|
|
"path": "tests/acceptance/screenshots/",
|
|
"takeOnFails": true
|
|
}
|
|
}
|
|
|