aboutsummaryrefslogtreecommitdiffstats
path: root/vid-webpack-master/cypress.json
blob: 80fc773eb9157762cd28ee6cdf917f426c9f38dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "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
	}
}