aboutsummaryrefslogtreecommitdiffstats
path: root/vid-webpack-master/cypress.json
blob: 7a6bc73fdf50669fbc5908121399085dbd8367a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "chromeWebSecurity": false,
  "hostPortPath": null,
	"reporter": "junit",
  "pageLoadTimeout" : 100000,
  "defaultCommandTimeout" : 10000,
  "responseTimeout" : 100000,
  "trashAssetsBeforeRuns": false,
  "video": false,
  "viewportWidth": 1920,
  "viewportHeight": 1080,
	"reporterOptions": {
		"mochaFile": "cypress/reports/TEST-cypress-[hash].xml",
		"toConsole": true,
		"testCaseSwitchClassnameAndName": true
	}
}