feat(largeTable): add AngularJS 1.x largetable benchmark

This commit is contained in:
Jeff Cross
2015-01-15 10:52:48 -08:00
parent dfcce3a789
commit bc8e517ae2
8 changed files with 347 additions and 0 deletions

View File

@ -1,3 +1,6 @@
var config = exports.config = require('./protractor-e2e-shared.js').config;
config.baseUrl = 'http://localhost:8002/';
// TODO: remove this line when largetable dart has been added
config.exclude = config.exclude || [];
config.exclude.push('dist/cjs/e2e_test/benchmarks_external/e2e_test/largetable_spec.js');