added user.org_member
[angular-drzb] / config / testacular-e2e.conf.js
1 basePath = '../';
2
3 files = [
4   ANGULAR_SCENARIO,
5   ANGULAR_SCENARIO_ADAPTER,
6   'test/e2e/**/*.js'
7 ];
8
9 autoWatch = false;
10
11 browsers = ['Chrome'];
12
13 singleRun = true;
14
15 proxies = {
16   '/': 'http://10.60.0.92:3001/'
17 };
18
19 junitReporter = {
20   outputFile: 'test_out/e2e.xml',
21   suite: 'e2e'
22 };