mirror of
https://github.com/photoprism/photoprism.git
synced 2026-07-17 16:49:04 +00:00
13 lines
256 B
JSON
13 lines
256 B
JSON
{
|
|
"skipJsErrors": true,
|
|
"quarantineMode": false,
|
|
"selectorTimeout": 3500,
|
|
"assertionTimeout": 3500,
|
|
"hostname": "localhost",
|
|
"retryTestPages": true,
|
|
"screenshots": {
|
|
"path": "tests/acceptance/screenshots/",
|
|
"takeOnFails": true
|
|
}
|
|
}
|
|
|