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'
// disable some selenium~browser notification than can steal focus
notify: false,
//resultJsonOutputFile: './protractor-test-results.json'
}