{
  "chromeWebSecurity": false,
  "hostPortPath": null,
	"reporter": "junit",
  "pageLoadTimeout" : 100000,
  "defaultCommandTimeout" : 10000,
  "responseTimeout" : 100000,
  "trashAssetsBeforeRuns": false,
  "video": false,
  "viewportWidth": 1920,
  "viewportHeight": 1080,
  "baseUrl": "http://localhost:8080/vid",
	"reporterOptions": {
		"mochaFile": "cypress/reports/TEST-cypress-[hash].xml",
		"toConsole": true,
		"testCaseSwitchClassnameAndName": true
	}
}