d1ea86ac3f
- Disable uploads for videos of tests that have passed - Disable compression of videos to speed up runs
15 lines
384 B
JSON
15 lines
384 B
JSON
{
|
|
"screenshotsFolder": "assets/screenshots",
|
|
"videosFolder": "assets/videos",
|
|
"baseUrl": "http://localhost:8080",
|
|
"chromeWebSecurity": false,
|
|
"viewportWidth": 1360,
|
|
"viewportHeight": 768,
|
|
"retries": {
|
|
"runMode": 2,
|
|
"openMode": 0
|
|
},
|
|
"defaultCommandTimeout": 10000,
|
|
"videoCompression": false,
|
|
"videoUploadOnPasses": false
|
|
}
|