Skip to content

HTTPS clone URL

Subversion checkout URL

You can clone with HTTPS or Subversion.

Download ZIP
Newer
Older
100644 15 lines (11 sloc) 0.363 kb
06eceeb Igor Minar chore(testing): Testacular config files + rake tasks
IgorMinar authored
1 var angularFiles = require(__dirname + '/angularFiles.js');
2
3 files = angularFiles.mergeFiles(JASMINE, JASMINE_ADAPTER, 'jstdModules', 'angularSrcModules');
4 exclude = ['**/*jasmine*/**', '**/*jstd*/**'];
5
6 autoWatch = true;
7 logLevel = LOG_INFO;
8 logColors = true;
b6620c7 Vojta Jina chore(test): add junit config for testacular
vojtajina authored
9 browsers = ['Chrome'];
10
11 junitReporter = {
12 outputFile: 'test_out/modules.xml',
13 suite: 'modules'
14 };
Something went wrong with that request. Please try again.