https://github.com/angular/angular
Raw File
Tip revision: af9f48b24e00d9dffe86c728a198685c64f6a2a3 authored by Kevin Moore on 17 July 2015, 22:00:52 UTC
feat: FunctionWithParamTokens.execute now returns the value of the function
Tip revision: af9f48b
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