Fix for Penetration test _ Session and cookie management
[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   "baseUrl": "http://localhost:8080/vid",
13         "reporterOptions": {
14                 "mochaFile": "cypress/reports/TEST-cypress-[hash].xml",
15                 "toConsole": true,
16                 "testCaseSwitchClassnameAndName": true
17         }
18 }