Merge "Update lodash, moment to latest"
[vid.git] / vid-webpack-master / cypress.json
index eb8c6e4..80fc773 100644 (file)
@@ -5,8 +5,14 @@
   "pageLoadTimeout" : 100000,
   "defaultCommandTimeout" : 10000,
   "responseTimeout" : 100000,
+  "trashAssetsBeforeRuns": false,
+  "video": false,
+  "viewportWidth": 1920,
+  "viewportHeight": 1080,
+  "baseUrl": "http://localhost:8080/vid",
        "reporterOptions": {
-               "mochaFile": "cypress/junitreport.xml",
-               "toConsole": true
+               "mochaFile": "cypress/reports/TEST-cypress-[hash].xml",
+               "toConsole": true,
+               "testCaseSwitchClassnameAndName": true
        }
 }