Revision aae5a4cece5a5185cbde63bb49f53ea5281815be authored by Pawel Kozlowski on 28 July 2015, 09:13:00 UTC, committed by Tobias Bosch on 29 July 2015, 14:56:30 UTC
1 parent 16e3d7e
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