aboutsummaryrefslogtreecommitdiffstats
path: root/vid-webpack-master/cypress.json
blob: eb8c6e41d44d501a5430869cb2f1602e5afae511 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "chromeWebSecurity": false,
  "hostPortPath": null,
	"reporter": "junit",
  "pageLoadTimeout" : 100000,
  "defaultCommandTimeout" : 10000,
  "responseTimeout" : 100000,
	"reporterOptions": {
		"mochaFile": "cypress/junitreport.xml",
		"toConsole": true
	}
}