24 lines
475 B
JSON
24 lines
475 B
JSON
|
|
{
|
||
|
|
"baseUrl": "http://localhost/",
|
||
|
|
"defaultCommandTimeout": 20000,
|
||
|
|
"requestTimeout": 21000,
|
||
|
|
"responseTimeout": 20000,
|
||
|
|
"pageLoadTimeout": 30000,
|
||
|
|
"videoUploadOnPasses": false,
|
||
|
|
"videoCompression": false,
|
||
|
|
"numTestsKeptInMemory": 10,
|
||
|
|
"reporterOptions": {
|
||
|
|
"reportDir": "results",
|
||
|
|
"overwrite": false,
|
||
|
|
"html": true,
|
||
|
|
"json": false
|
||
|
|
},
|
||
|
|
"chromeWebSecurity": false,
|
||
|
|
"viewportHeight": 1100,
|
||
|
|
"viewportWidth": 1400,
|
||
|
|
"retries": {
|
||
|
|
"runMode": 1,
|
||
|
|
"openMode": 0
|
||
|
|
}
|
||
|
|
}
|