2015-02-17 13:32:09 -05:00
|
|
|
var data = module.exports = require('./protractor-shared.js');
|
2015-02-11 13:13:49 -05:00
|
|
|
var config = data.config;
|
|
|
|
|
2015-01-08 13:02:23 -05:00
|
|
|
config.baseUrl = 'http://localhost:8001/';
|
2015-01-27 12:53:22 -05:00
|
|
|
// TODO: remove exclusion when JS verison of scrolling benchmark is available
|
2015-02-17 13:32:09 -05:00
|
|
|
config.exclude.push('dist/js/cjs/benchmarks_external/e2e_test/naive_infinite_scroll_spec.js');
|
2015-02-11 13:13:49 -05:00
|
|
|
config.exclude.push('dist/js/cjs/benchmarks_external/e2e_test/naive_infinite_scroll_perf.js');
|
|
|
|
|
2015-02-17 13:32:09 -05:00
|
|
|
data.createBenchpressRunner({ lang: 'js' });
|
2015-02-11 13:13:49 -05:00
|
|
|
|