aboutsummaryrefslogtreecommitdiffstats
path: root/testacular-e2e.conf.js
blob: 149ee9705d912e9f6f7837d3b850e58bc77a66db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
var angularFiles = require(__dirname + '/angularFiles.js');

files = [ANGULAR_SCENARIO, ANGULAR_SCENARIO_ADAPTER, 'build/docs/docs-scenario.js'];

autoWatch = false;
singleRun = true;
logLevel = LOG_INFO;
logColors = true;
browsers = ['Chrome']

proxies = {
  '/': 'http://localhost:8000/build/docs/'
};