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

files = angularFiles.mergeFiles(JASMINE, JASMINE_ADAPTER, 'jstdModules', 'angularSrcModules');
exclude = ['**/*jasmine*/**', '**/*jstd*/**'];

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

junitReporter = {
  outputFile: 'test_out/modules.xml',
  suite: 'modules'
};