aboutsummaryrefslogtreecommitdiffstats
path: root/testacular-jquery.conf.js
blob: 7b527a15cbb99ec63439bdc0ca88cb97d4885c17 (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, 'jstdJquery');
exclude = ['**/*jasmine*/**', '**/*jstd*/**'].concat(angularFiles.files.jstdJqueryExclude);

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

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