build: adding basic e2e testing infrastructure
This commit is contained in:
@ -2,7 +2,7 @@ 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
|
||||
// TODO: remove exclusion when JS version 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');
|
||||
|
||||
|
Reference in New Issue
Block a user