eb8c6e41d44d501a5430869cb2f1602e5afae511
[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         "reporterOptions": {
9                 "mochaFile": "cypress/junitreport.xml",
10                 "toConsole": true
11         }
12 }