switch over to using Testacular for E2E tests
[angular-drzb] / config / testacular-e2e.conf.js
1 basePath = '../';
2
3 files = [
4   ANGULAR_SCENARIO,
5   ANGULAR_SCENARIO_ADAPTER,
6   'test/e2e/scenarios.js'
7 ];
8
9 autoWatch = false;
10
11 browsers = ['Chrome'];
12
13 singleRun = true;
14
15 proxies = {
16   '/': 'http://localhost:8000/'
17 };
18