https://github.com/angular/angular
Raw File
Tip revision: 8ef0b07e4a611a7d3293c311903f723946a97bc6 authored by Victor Berchet on 03 March 2015, 14:52:13 UTC
fails in Dart, ok in JS
Tip revision: 8ef0b07
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