Revision 5275a28a4f6b21842e3cc804a004269ff99ecc73 authored by Victor Berchet on 17 June 2015, 17:30:08 UTC, committed by Victor Berchet on 17 June 2015, 18:24:54 UTC
1 parent df6aced
Raw File
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