Sonsino, Ofir (os0695) | ff76b5e | 2018-07-10 15:57:37 +0300 | [diff] [blame] | 1 | { |
| 2 | "chromeWebSecurity": false, |
| 3 | "hostPortPath": null, |
| 4 | "reporter": "junit", |
| 5 | "pageLoadTimeout" : 100000, |
| 6 | "defaultCommandTimeout" : 10000, |
| 7 | "responseTimeout" : 100000, |
Ittay Stern | 6f900cc | 2018-08-29 17:01:32 +0300 | [diff] [blame] | 8 | "trashAssetsBeforeRuns": false, |
| 9 | "video": false, |
| 10 | "viewportWidth": 1920, |
| 11 | "viewportHeight": 1080, |
Eylon Malin | 4be73ee | 2019-11-26 21:27:08 +0200 | [diff] [blame] | 12 | "baseUrl": "http://localhost:8080/vid", |
Sonsino, Ofir (os0695) | ff76b5e | 2018-07-10 15:57:37 +0300 | [diff] [blame] | 13 | "reporterOptions": { |
Ittay Stern | 6f900cc | 2018-08-29 17:01:32 +0300 | [diff] [blame] | 14 | "mochaFile": "cypress/reports/TEST-cypress-[hash].xml", |
| 15 | "toConsole": true, |
| 16 | "testCaseSwitchClassnameAndName": true |
Sonsino, Ofir (os0695) | ff76b5e | 2018-07-10 15:57:37 +0300 | [diff] [blame] | 17 | } |
| 18 | } |