Newer
Older
exports.config = {
seleniumAddress: 'http://localhost:4444/wd/hub',
specs: [
'./beat/web/reports/static/reports/test/test-spec.js'
],
allScriptsTimeout: 60000,
//resultJsonOutputFile: './protractor-test-results.json'
}