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