Skip to content
Snippets Groups Projects
protractor-conf.js 372 B
Newer Older
exports.config = {
	seleniumAddress: 'http://localhost:4444/wd/hub',

	specs: [
		'./beat/web/reports/static/reports/test/test-spec.js',
		'./beat/web/reports/static/reports/test/report-spec.js'
	],
	allScriptsTimeout: 60000,

	// disable some selenium~browser notification than can steal focus
	notify: false,

	//resultJsonOutputFile: './protractor-test-results.json'
}