2012-08-30 08:10:28 +00:00
|
|
|
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;
|
2012-09-17 23:55:48 +00:00
|
|
|
browsers = ['Chrome'];
|
2012-08-30 08:10:28 +00:00
|
|
|
|
|
|
|
|
proxies = {
|
2012-09-17 23:55:48 +00:00
|
|
|
// angular.js, angular-resource.js, etc
|
|
|
|
|
'/angular': 'http://localhost:8000/build/angular',
|
2012-08-30 08:10:28 +00:00
|
|
|
'/': 'http://localhost:8000/build/docs/'
|
|
|
|
|
};
|
2012-09-20 04:57:03 +00:00
|
|
|
|
|
|
|
|
junitReporter = {
|
|
|
|
|
outputFile: 'test_out/e2e.xml',
|
|
|
|
|
suite: 'E2E'
|
|
|
|
|
};
|