https://github.com/angular/angular
Raw File
Tip revision: c4e726c33627c35db287701cc693354e234e03cd authored by Georgios Diamantopoulos on 17 June 2015, 13:25:29 UTC
Fix: Set XHR headers in XHRConnection ctor
Tip revision: c4e726c
protractor-js.conf.js
var data = module.exports = require('./protractor-shared.js');
var config = data.config;

config.baseUrl = 'http://localhost:8001/';
// TODO: remove exclusion when JS verison of scrolling benchmark is available
config.exclude.push('dist/js/cjs/benchmarks_external/e2e_test/naive_infinite_scroll_spec.js');
config.exclude.push('dist/js/cjs/benchmarks_external/e2e_test/naive_infinite_scroll_perf.js');

data.createBenchpressRunner({ lang: 'js' });

back to top