https://github.com/angular/angular
Raw File
Tip revision: 547e1693bd9317ede7b708750c5f4c87f19dd7b9 authored by Jeremy Elbourn on 15 May 2015, 02:18:43 UTC
feat(material): add prototype tabs component.
Tip revision: 547e169
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