merge from ecomp a88f0072 - Modern UI
[vid.git] / vid-webpack-master / cypress.json
1 {
2   "chromeWebSecurity": false,
3   "hostPortPath": null,
4         "reporter": "junit",
5   "pageLoadTimeout" : 100000,
6   "defaultCommandTimeout" : 10000,
7   "responseTimeout" : 100000,
8   "trashAssetsBeforeRuns": false,
9   "video": false,
10   "viewportWidth": 1920,
11   "viewportHeight": 1080,
12         "reporterOptions": {
13                 "mochaFile": "cypress/reports/TEST-cypress-[hash].xml",
14                 "toConsole": true,
15                 "testCaseSwitchClassnameAndName": true
16         }
17 }